JLinX – Blog

Weblog von Jan Linxweiler

CUDA Programming

Filed under: Development,HPC — Jannis at 10:55 am on Tuesday, February 5, 2008
  • cuda bin files are device only files that have no host code

Design Patterns Resource

Filed under: Development,Patterns — Jannis at 10:34 am on Tuesday, February 5, 2008

101 Design Patterns & Tips for Developers

CUDA is Coming to Mac

Filed under: Apple & Mac OS X,Development,HPC — Jannis at 9:24 pm on Saturday, January 26, 2008

Nvidia working on first GPGPUs for Apple Macs

Qt Signals and Slots – Auto-Connect

Filed under: Development — Jannis at 12:50 pm on Thursday, January 24, 2008

How to use automatic connections for signals and slots in Qt:

void on_<widget name>_<signal name>(<signal parameters>);

For details go to trolltech documentation.

How How to install Qt to a specific directory

Filed under: Apple & Mac OS X,Development,Linux — Jannis at 10:59 pm on Monday, January 21, 2008

If you want to install Qt into a specific user directory you can configure you build as followed:
./configure -prefix /home/username/Qt

On OS X you can also set the “-universal” flag

Objective-C Style Tutorials

Filed under: Cocoa,Development — Jannis at 7:59 pm on Sunday, January 20, 2008

Cocoa – Key-Value and Bindings Tutorial

Filed under: Cocoa,Development — Jannis at 7:50 pm on Sunday, January 20, 2008

Introduction to Cocoa Bindings at CocoDevCentral.com

Consolas – Font Pack for Microsoft Visual Studio 2005

Filed under: Development,Windows — Jannis at 1:46 pm on Friday, January 18, 2008

Consolas Font Pack

AT Commands

Filed under: Development — Jannis at 12:13 am on Thursday, January 17, 2008
  • AT Attention Command
  • AT*=? Test if command is supported
  • AT Attention Command
  • ATI Identification information
  • AT+CGMI Request manufacturer identification
  • ATA Answer Incoming Call Command
  • ATH Hook Control
  • AT+CLCC List Current Calls
  • ATS0 Automatic Answer Control
  • AT+BLDN Bluetooth Last Dialled Number (Letzte Nummer anrufen)
  • AT+CBC Battery Charge
  • AT+CSQ Signal Quality
  • AT+CKPD Keypad Control !!!
  • AT+CIND Indicator Control
  • AT*ECAM Ericsson Call Monitoring
  • AT+CLAN Language
  • AT+CSIL Silence Command
  • AT*ESKL Key-Lock Mode
  • AT+CRSL Ringer sound level
  • AT+CLVL Loudspeaker Volume Level
  • AT+CMUT Mute Control
  • AT*EMEM Ericsson Memory Management
  • AT*SEFUNC SE Functionality status
  • AT*SESP Speakermode On/Off

Apple Developer Connection (ADC)

Filed under: Apple & Mac OS X,Cocoa,Development — Jannis at 5:03 pm on Tuesday, January 15, 2008
« Previous PageNext Page »