Questions
Tags
Questions Tagged with #Microfocus
A software company that helps you develop, test, deploy, assess and modernize business-critical enterprise applications using COBOL, PL/I, REXX, JCL and CICS
Home
Tags
Microfocus
Questions On Other Tags:
How to create a SQL Server function to "join" multiple rows from a subquery into a single delimited field?
How do I create a foreign key in SQL Server?
JavaScript and Threads
Rolling back bad changes with svn in Eclipse
WCF Service Returning "Method Not Allowed"
How to pass a single object[] to a params object[]
How do I test a private function or a class that has private methods, fields or inner classes?
Creating a LINQ select from multiple tables
Sending email in .NET through Gmail
Oracle - What TNS Names file am I using?
Difference between Math.Floor() and Math.Truncate()
How do I change the number of open files limit in Linux?
How do I install a color theme for IntelliJ IDEA 7.0.x
How do you kill all current connections to a SQL Server 2005 database?
When should you use 'friend' in C++?
String literals and escape characters in postgresql
Equivalent VB keyword for 'break'
Any way to write a Windows .bat file to kill processes?
Language Books/Tutorials for popular languages
What static analysis tools are available for C#?
Internet Access in Ubuntu on VirtualBox
Passing $_POST values with cURL
How do you set, clear, and toggle a single bit?
SQL Server Management Studio alternatives to browse/edit tables and run queries
Tab Escape Character?
How do you format an unsigned long long int using printf?
SQL: How to get the id of values I just INSERTed?
Hidden Features of Java
What's the best way to validate an XML file against an XSD file?
Truncate (not round) decimal places in SQL Server
How do you move a file?
What good technology podcasts are out there?
How to show a GUI message box from a bash script in linux?
Initialize class fields in constructor or at declaration?
What are MVP and MVC and what is the difference?
How do I write a for loop in bash
Cleanest Way to Invoke Cross-Thread Events
How do I fire an event when a iframe has finished loading in jQuery?
How big can a MySQL database get before performance starts to degrade
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
In C++, what is a virtual base class?
Convert a string to an enum in C#
Base64 Encoding Image
How do I enable MSDTC on SQL Server?
How can I play sound in Java?
What is 'Currying'?
How do you list all triggers in a MySQL database?
Storing a file in a database as opposed to the file system?
What is the difference between "INNER JOIN" and "OUTER JOIN"?
How to declare an array of strings in C++?
How do I list loaded plugins in Vim?
How do I efficiently iterate over each entry in a Java Map?
Best way to do multi-row insert in Oracle?
Drop all tables whose names begin with a certain string
How do I check if a SQL Server text column is empty?
How do you remove a specific revision in the git history?
Datatable vs Dataset
How exactly do you configure httpOnlyCookies in ASP.NET?
How to call shell commands from Ruby
Easy way to write contents of a Java InputStream to an OutputStream
When to use IList and when to use List
Setting the height of a DIV dynamically
How to find keys of a hash?
How can I send an email by Java application using GMail, Yahoo, or Hotmail?
Converting List<Integer> to List<String>
How to get controls in WPF to fill available space?
Why does the order in which libraries are linked sometimes cause errors in GCC?
What is the Difference Between Mercurial and Git?
Why doesn't JavaScript support multithreading?
How do I send a file as an email attachment using Linux command line?
Embedding Windows Media Player for all browsers
Changing the default title of confirm() in JavaScript?
Insert into ... values ( SELECT ... FROM ... )
How do you debug PHP scripts?
What are some good SSH Servers for windows?
What is the command to truncate a SQL Server log file?
What is a magic number, and why is it bad?
How do I convert a file path to a URL in ASP.NET
Select all columns except one in MySQL?
How do I remove duplicates from a C# array?
SQL Case Expression Syntax?
Detecting an undefined object property
Best way to access a control on another form in Windows Forms?
How do you configure tomcat to bind to a single ip address (localhost) instead of all addresses?
Most efficient way to concatenate strings?
How do I implement a callback in PHP?
The definitive guide to form-based website authentication
Is Java "pass-by-reference" or "pass-by-value"?
mysqli or PDO - what are the pros and cons?
How to find the mime type of a file in python?
Generic type conversion FROM string
SVN repository backup strategies
Can I write native iPhone apps using Python?
What's the best way to parse command line arguments?
Multiple Updates in MySQL
How to programmatically send SMS on the iPhone?
Java and SQLite
String concatenation: concat() vs "+" operator
How do you express binary literals in Python?
How Best to Compare Two Collections in Java and Act on Them?
What is the correct way to create a single-instance WPF application?
Simplest way to profile a PHP script
Cannot access a disposed object - How to fix?
List of standard lengths for database fields
How do you automatically set the focus to a textbox when a web page loads?
How can I undo git reset --hard HEAD~1?
How to loop through files matching wildcard in batch file
How can I determine whether a specific file is open in Windows?
What Ruby IDE do you prefer?
How can I pass arguments to a batch file?
Getting the ID of the element that fired an event
iPhone App Minus App Store?
Git ignore file for Xcode projects
What is the single most influential book every programmer should read?
fopen deprecated warning
How can I develop for iPhone using a Windows development machine?
How do you remove all the options of a select box and then add one option and select it with jQuery?
C++ IDE for Linux?
How would you make a comma-separated string from a list of strings?
Creating a custom JButton in Java
Browse for a directory in C#
What are the main performance differences between varchar and nvarchar SQL Server data types?
Entity Framework vs LINQ to SQL
How do I update Ruby Gems from behind a Proxy (ISA-NTLM)
Prefer composition over inheritance?
How do I execute a file in Cygwin?
What is the difference between the | and || or operators?
How do I remove an item from a stl vector with a certain value?
Best Practices for securing a REST API / web service
How do I get the current location of an iframe?
How to round up the result of integer division?
Difference between the Apache HTTP Server and Apache Tomcat?
XML serialization in Java?
Using Django time/date widgets in custom form
Are the shift operators (<<, >>) arithmetic or logical in C?
Best ways to teach a beginner to program?
How do I install and use the ASP.NET AJAX Control Toolkit in my .NET 3.5 web applications?
What does the [Flags] Enum Attribute mean in C#?
Why functional languages?
Escaping HTML strings with jQuery
Adding a Method to an Existing Object Instance
How do I call ::CreateProcess in c++ to launch a Windows executable?
Log4Net configuring log level
MAC addresses in JavaScript
Why is Git better than Subversion?
How do I use itertools.groupby()?
Which .NET Dependency Injection frameworks are worth looking into?
What is the purpose of class methods?
What is the difference between procedural programming and functional programming?
What are some resources for getting started in operating system development?
Image UriSource and Data Binding
Remove duplicates from a List<T> in C#
How to request a random row in SQL?
C# loop - break vs. continue
SQL Query for Logins
How to generate a random alpha-numeric string
PDF Editing in PHP?
In SQL Server, how do I generate a CREATE TABLE statement for a given table?
How can you find out which process is listening on a TCP or UDP port on Windows?
What are the differences between a HashMap and a Hashtable in Java?
How should I unit test multithreaded code?
JavaScript editor within Eclipse
Differences between MySQL and SQL Server
What's the best mock framework for Java?
Changing the resolution of a VNC session in linux
How to include PHP files that require an absolute path?
List of macOS text editors and code editors
How to retrieve a file from a server via SFTP?
How can I make an EXE file from a Python program?
How can I get the DateTime for the start of the week?
Case-insensitive string comparison in C++
Hidden Features of C#?
What is the difference between #include <filename> and #include "filename"?
How can I remove duplicate rows?
What is the best way to connect and use a sqlite database from C#
Learning to write a compiler
Complex CSS selector for parent of active child
Dynamic LINQ OrderBy on IEnumerable<T> / IQueryable<T>
What is Turing Complete?
How do you force Visual Studio to regenerate the .designer files for aspx/ascx files?
What is the easiest way to parse an INI File in C++?
Recommended Fonts for Programming?
How to set encoding in .getJSON jQuery
Possible to perform cross-database queries with PostgreSQL?
Validate decimal numbers in JavaScript - IsNumeric()
What is the argument for printf that formats a long?
Getting ssh to execute a command in the background on target machine
Get OS-level system information
Python module for converting PDF to text
What issues should be considered when overriding equals and hashCode in Java?
How do you configure an OpenFileDialog to select folders?
How do I get the difference between two Dates in JavaScript?
How to resolve symbolic links in a shell script
Why can't I have abstract static methods in C#?
Accessing MP3 metadata with Python
Versioning SQL Server database
Mercurial stuck "waiting for lock"
How to submit a form when the return key is pressed?
Force unmount of NFS-mounted directory
Embed a PowerPoint presentation into HTML
Tags
Community-translations
Cfiledialog
Spring-social
Unobtrusive-validation
Android-capture
Phpt
Wm-syscommand
Tbuttonededit
Dbcommand
Android-mediascanner
Jquery-xml
Project-folder
Subgrid
Dbstop
Street-address
Pingdom
Differential-equations
Enterprise-library-5
Java-7
Variable-alias
Tfs-workitem
Wix3.6
Facebook-ads-api
Ravendb
Datacontractsurrogate
Grahams-scan
Magic-constants
Gmock
Dmv
Load-time-weaving
Cardlayout
Xmppframework
Msbuildextensionpack
Achartengine
Lvalue-to-rvalue
Oocss
Symmetry
Winghci
Http-status-code-401
Application-size
Pageant
Alt-attribute
Audiosession
Cgimagesource
Avalonedit
Jquery-resizable
Modulus
Zend-controller-plugin
Org.json
Promotion-code
Writexml
Cua-mode
Ogr
Fsutil
Zend-currency
P4win
Space-tree
Database-scripts
Armv6
Gatein
Scriptdata
Pseudo-streaming
Subviews
Jgss
Google-goggles
Avaudiosession
Image-scaling
Ora-01427
Openocd
Audiounit
Coffeescript
Search-multiple-words
Reference-implementation
Clicklistener
Countable
Xcb
Superset
Default-implementation
Coverity-prevent
Xbl
Gyp
Google-groups-api
Ometa
Qgraphicstextitem
Expression-design
Boids
Mysql-error-1136
Devdefined-oauth
Nstextstorage
Active-relation
Ttlauncherview
Block-cipher
Fantom
Page-fault
Type-signature
Jquery-load
Magento-1.4
Core.autocrlf
Backout
Ttaskdialog