koenaerts.ca
.NET – Koen Aerts
http://koenaerts.ca/category/net
Skip to primary content. Skip to secondary content. Category Archives: .NET. October 26, 2012. No Comments ↓. The following C# code shows how to make a Progress Bar in a dialog window that can be shown for tasks that run for an undetermined amount of time. Instead of a regular progress bar that progresses from 0 to Continue reading →. Handling Big Red X DataGridView. September 14, 2012. 1 Comment ↓. Multi-color Text in ProgressBar. April 26, 2012. No Comments ↓. Automatically Scroll RichTextBox To Bottom.
koenaerts.ca
Schedule cron Job on First Sunday of the Month – Koen Aerts
http://koenaerts.ca/schedule-cron-first-sunday-of-month
Skip to primary content. Skip to secondary content. Schedule cron Job on First Sunday of the Month. June 3, 2014. No Comments ↓. When you need to schedule a Unix or Linux job in crontab to run on the first Sunday of the month, or any other weekday for that matter, your first instinct may be to write your cron entry to look like this:. 0 22 1-7 * 0 /home/user/myscript.sh. 0 22 1-7 * * [ $(date ' %a') = Sun ] & /home/user/myscript.sh. This entry was posted in Scripting. Leave a Reply Cancel reply.
koenaerts.ca
Javascript – Koen Aerts
http://koenaerts.ca/tag/javascript
Skip to primary content. Skip to secondary content. Firefox OS – A simple No Nonsense Calculator. April 11, 2014. No Comments ↓. When I received my Geeksphone Keon last year (2013), I searched the Firefox Marketplace for a simple calculator, similar to the Calculator that comes with Windows. At the time I couldn’t find anything I liked so I wrote my own, Continue reading →. Total Mouse Control in Javascript. April 22, 2012. No Comments ↓. A complete AJAX example. June 16, 2011. No Comments ↓.
koenaerts.ca
Javascript – Koen Aerts
http://koenaerts.ca/category/javascript
Skip to primary content. Skip to secondary content. Firefox OS – A simple No Nonsense Calculator. April 11, 2014. No Comments ↓. When I received my Geeksphone Keon last year (2013), I searched the Firefox Marketplace for a simple calculator, similar to the Calculator that comes with Windows. At the time I couldn’t find anything I liked so I wrote my own, Continue reading →. Total Mouse Control in Javascript. April 22, 2012. No Comments ↓. A complete AJAX example. June 16, 2011. No Comments ↓.
koenaerts.ca
Firefox OS – A simple No Nonsense Calculator – Koen Aerts
http://koenaerts.ca/no-nonsense-calculator
Skip to primary content. Skip to secondary content. Firefox OS – A simple No Nonsense Calculator. April 11, 2014. No Comments ↓. When I received my Geeksphone Keon. Last year (2013), I searched the Firefox Marketplace. For a simple calculator, similar to the Calculator that comes with Windows. At the time I couldn’t find anything I liked so I wrote my own, which I named NNCalc. Short for No Nonsense Calculator. This entry was posted in HTML. Leave a Reply Cancel reply. Required fields are marked *.
koenaerts.ca
Oracle – Koen Aerts
http://koenaerts.ca/category/oracle
Skip to primary content. Skip to secondary content. Oracle 10g XE on Ubuntu/Debian Linux. September 3, 2014. No Comments ↓. Some time ago, Oracle removed the download links to Oracle 10g Express Edition (XE). If you need to do a new install of the Oracle XE database on your Linux platform, you can download Oracle 11g XE from the Oracle Continue reading →. Concatenate Strings from a Column Into a Single Row. December 20, 2011. No Comments ↓. Count Word Occurrences in Oracle String. November 17, 2011.
koenaerts.ca
HTML – Koen Aerts
http://koenaerts.ca/category/html
Skip to primary content. Skip to secondary content. Firefox OS – A simple No Nonsense Calculator. April 11, 2014. No Comments ↓. When I received my Geeksphone Keon last year (2013), I searched the Firefox Marketplace for a simple calculator, similar to the Calculator that comes with Windows. At the time I couldn’t find anything I liked so I wrote my own, Continue reading →. Total Mouse Control in Javascript. April 22, 2012. No Comments ↓. Creating an Offline Web App for the iPhone. August 31, 2011. There...
koenaerts.ca
SQL – Koen Aerts
http://koenaerts.ca/category/sql
Skip to primary content. Skip to secondary content. How to achieve the LIKE IN effect in SQL Server. January 20, 2014. No Comments ↓. SQL Server does not natively support a “LIKE IN” clause. For instance the following example is not valid: Luckily there is a way to achieve this effect. First imagine that you have a stored procedure or function that searches for Continue reading →. Remove leading zeroes from varchar. November 30, 2012. No Comments ↓. Concatenate Strings from a Column Into a Single Row.
mlangc.wordpress.com
Mlangc's Blog | — if you think you're smarter than the badblocks program, you almost certainly aren't. | Page 2
https://mlangc.wordpress.com/page/2
8212; if you think you're smarter than the badblocks program, you almost certainly aren't. Grundlagen der Darstellungstheorie von endlichen Gruppen. March 24, 2013. Nachdem doch einiges an Arbeit darin steckt, habe ich mich entschlossen meine Bachelorarbeit. In Mathematik über die Grundlagen der Darstellungstheorie von endlichen Gruppen unter einer Creative Commons Lizenz. Series About Java Concurrency Pt. 6. February 15, 2013. This is the solution to my previous post. N THREADS; i) threads[i] = new Thre...
mlangc.wordpress.com
Propagating exceptions between different threads in C++0x | Mlangc's Blog
https://mlangc.wordpress.com/2010/03/29/propagating-exceptions-between-different-threads-in-c-0x
8212; if you think you're smarter than the badblocks program, you almost certainly aren't. Propagating exceptions between different threads in C 0x. Propagating exceptions between different threads in C 0x. March 29, 2010. Yesterday I finally decided to make use of all available C 0x features that are supported by gcc-4.4. Instead it’s some seemingly unspectacular type called std: exception ptr. Includes and namespaces are omitted for clarity – you can grab the full source here. We cannot store pending e...