.MDD file exporter / importer source code (C / C++)

Anki: add syntax highlighting with javascript (highlight.js)

Cyclic Coordinate Descent Inverse Kynematic (CCD IK)

Inspiration

Anki tip, inserting furigana (pop up on mouse hover)

How to make furigana appear above Kanjis in your anki flash cards like this: お箸上手ですね!
Blender 2.5 - 2.7 tutorial to animate a cylinder

AnkiDroid: How to solve "Syncing error, type: 409, message: Conflict" problem

I ran into the infamous message "Syncing error, type: 409, message: Conflict" while syncing my AnkiDroid with AnkiWeb on my Nexus 4. Here is the solution:
Trackball C++ code without quaternions

Building a new culture of teaching and learning

Theories around alternative systems for teaching and learning
Simple animation smoothing algorithm
Handling types with Python
Upgrade to CUDA 5.0: cudaMemcpyToSymbol invalid device symbol error
You have just upgraded to CUDA 5.0 and the function cudaMemcpyToSymbol() throws you the infamous "invalid device symbol" error. Here is what to do.
CUDA constant memory, namespace, and weird bugs
Edit: the usage of cudaMemcpyToSymbol
describded below is deprecated since CUDA 4.1 (See also my new entry Upgrade to CUDA 5.0: cudaMemcpyToSymbol invalid device symbol error)
Today I want to discuss some issues I had with CUDA constant memory and share some workarounds.
Drag and drop not working in QTDesigner or QTCreator designer
This has upset me for some time and I finally found a forum entry solving this problem.
The problem: I wasn't able to drag&drop in QTDesigner any widgets from the widgets list to the form I was editing.
Solution found here: qtforum.org
You only need to add this entry to your /etc/X11/xorg.conf
:
Section "Module"
Load "extmod"
EndSection
Broken F4 shortcut in Qtcreator for cuda files ".cu"
- Previous
- 1
- Next