Too bad the Citrix Receiver remaps the keyboard shortcuts in a way that keyboards without a numeric keypad is a pain.
First of all, it was a bit tough to find the shortcuts, and I have not found a way to modify them.
Here is what I did find:
Posted by jpluimers on 2015/09/07
Too bad the Citrix Receiver remaps the keyboard shortcuts in a way that keyboards without a numeric keypad is a pain.
First of all, it was a bit tough to find the shortcuts, and I have not found a way to modify them.
Here is what I did find:
Posted in Keyboards and Keyboard Shortcuts, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, Windows | Leave a Comment »
Posted by jpluimers on 2015/09/06
logitech :: modula-2 :: Logitech Modula-2 Version 3.0 Turbo Pascal to Logitech Modula-2 Translator Sep87 http://bitsavers.trailing-edge.com/pdf/logitech/modula-2/Logitech_Modula-2_Version_3.0_Turbo_Pascal_to_Logitech_Modula-2_Translator_Sep87.pdf
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/09/06
logitech :: modula-2 :: Logitech Modula-2 Version 3.0 Turbo Pascal to Logitech Modula-2 Translator Sep87 http://bitsavers.trailing-edge.com/pdf/logitech/modula-2/Logitech_Modula-2_Version_3.0_Turbo_Pascal_to_Logitech_Modula-2_Translator_Sep87.pdf
Posted in Uncategorized | Leave a Comment »
Posted by jpluimers on 2015/09/04
Posted in Power User, Remote Desktop Protocol/MSTSC/Terminal Services, Windows | Leave a Comment »
Posted by jpluimers on 2015/09/03
A while ago, we encountered this error when doing merges in TFS (non-GIT ones):
---------------------------
Microsoft Visual Studio
---------------------------
Source Control Merge Wizard
Merge encountered 1 error(s) and 0 warning(s).
First error/warning encountered:
Server was unable to process request. ---> Object reference not set to an instance of an object.
See output tool window for information on any other errors.
---------------------------
OK Help
---------------------------
In the end this was caused by an out of disk space on the volume containing the TFS datastore.
–jeroen
Posted in Development, Software Development, Source Code Management, TFS (Team Foundation System) | 2 Comments »
Posted by jpluimers on 2015/09/02
If ever in need to translate C/C++ headers or code to Delphi, this refernece by Rudy Velthuis – a dentist with a strong interest in programming – is the best I could find: Rudy’s Delphi Corner – Pitfalls of converting.
It is written in a pretty version agnostic way, and covers the vast majority of conversion topics.
And it has been updated over time numerous times.
–jeroen
Posted in Borland C++, C, C++, C++ Builder, Delphi, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010, Delphi 7, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Delphi XE6, Delphi XE7, Delphi XE8, Development, Software Development | 10 Comments »
Posted by jpluimers on 2015/09/01
I like simple solutions, thanks vcsjones for answering this:
Perhaps this:
var str = String.Join(", ", SupportedNotificationMethods.Select(s => s.ToString()));You can read more about the
String.Joinmethod at MSDN. Older versions ofString.Joindon’t have an overload that takes anIEnumerable. In that case just callToArray()after select.
–jeroen
Posted in .NET, .NET 3.0, .NET 3.5, .NET 4.0, .NET 4.5, C#, C# 3.0, C# 4.0, C# 5.0, C# 6 (Roslyn), Development, Software Development | Leave a Comment »
Posted by jpluimers on 2015/08/31
For Delphi and Android developers that want a deeper insight in the NDAK: only free today
https://www.packtpub.com/packt/offers/free-learning
Android NDK Beginner’s Guide
Get deep insight into the Android Native Development Kit for building complex apps. Using this practical step-by-step tutorial, highlighted with comments and tricks, discover how to run C/C++ code embedded in a Java application or in a standalone application. You will create a real native application starting from project creation through to full implementation of native API and the porting of existing third-party libraries. Grab this eBook whilst it’s free today!
–jeroen
Posted in Delphi, Delphi XE4, Delphi XE5, Delphi XE6, Delphi XE7, Delphi XE8, Development, Software Development | 2 Comments »
Posted by jpluimers on 2015/08/31
Interesting: Log shell script events to the OS X system consolemacissues.com.
–jeroen
via: If you are familiar with the Unix command line and shell scripting, then you….
Posted in Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, OS X 10.10 Yosemite, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User | Leave a Comment »
Posted by jpluimers on 2015/08/30
Two recent observations: that lead me into thinking Embarcadero is changing the Delphi and RAD Studio version suffix to Seattle.
Thanks to Achim Kalwa for getting that to my attention in Looks like Delphi XE9 will have support for Windows 10 RT: …
It led me to my observation that until now, sourceforge.net/p/radstudiodemos/code/HEAD/tree/branches always had the real product name as banch name.
On 20150817 this branch got added:
http://sourceforge.net/p/radstudiodemos/code/HEAD/tree/branches/RADStudio_Seattle/
Today, Horacio Filho who observed the Seattle part in the new documentation URL http://docwiki.embarcadero.com/Libraries/Seattle/en/Main_page which currently is only accessible only for the groups writer, l10n, RADBeta, ConnectBeta, Employee.
The docwiki URLs historically also use the real product names in the URL.
In fact there is a little trick: removing the product name portion of a docwiki URL usually brings you to the most recent documentation (which might be more up to date and provide more information even for older products). So removing the XE7/ part of http://docwiki.embarcadero.com/Libraries/XE7/en/Main_Page will usually bring you to the most recent documentation http://docwiki.embarcadero.com/Libraries/en/Main_Page.
If they both Seattle URLs still use product names, then the new Delphi version is called Seattle is added.
Posted in Delphi, Delphi 10 Seattle, Development, Software Development | 1 Comment »