
codingnotes.wordpress.com
Coding Notes | Notes on Software, and Software Development.Notes on Software, and Software Development.
http://codingnotes.wordpress.com/
Notes on Software, and Software Development.
http://codingnotes.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.13
LOAD TIME
2.03 sec
SCORE
6.2
Coding Notes | Notes on Software, and Software Development. | codingnotes.wordpress.com Reviews
https://codingnotes.wordpress.com
Notes on Software, and Software Development.
New Location. | Coding Notes
https://codingnotes.wordpress.com/2009/01/18/new-location
Notes on Software, and Software Development. Welcome, I have been working hard to update my personal website ( www.alephcipher.com. Recently and to move this blog over there. So the new location for coding notes is: codingnotes.alephcipher.com. If you have bookmarks or rss feeds please update them to that location as I will no longer be posting to this location. Also I have moved all of my previous content from this location to the new location so you wont miss anything. Date : January 18, 2009.
The Importance of Risk | Coding Notes
https://codingnotes.wordpress.com/2008/01/27/the-importance-of-risk
Notes on Software, and Software Development. The Importance of Risk. One of the hardest parts of a project for me is at the very beginning, getting started. The start of a project represents an awkward and yet immediate transition from what do I know about the project and, what do I need to know. What you do know is generally what your client, customer, or manager just told you about the project: “I need a humdinger that will zoom, zip, and fly.”. What does it really do? Who are all of the stakeholders?
The Zune Bug and the if/else Statement | Coding Notes
https://codingnotes.wordpress.com/2009/01/12/the-zune-bug-and-the-ifelse-statement
Notes on Software, and Software Development. The Zune Bug and the if/else Statement. For those that haven’t heard, the Microsoft Zune’s OS recently ran into trouble relating to 2008 being a leap year. The Operating System got stuck and was unable to operate for an entire day due to a bug in the code, thankfully without a patch the Zune started right back up the next day happy as ever. Over at “ Freedom to Tinker. 8221; they wrote up a nice overview of the bug (including code):. In this theoretical langua...
Senior Project Reflections 1: Following the Life Cycle | Coding Notes
https://codingnotes.wordpress.com/2008/09/06/senior-project-reflections-1-following-the-life-cycle
Notes on Software, and Software Development. Senior Project Reflections 1: Following the Life Cycle. Chirp… Chirp… Welcome back everyone, it took me a bit longer than anticipated to write this but I am somewhat glad that I took the extended break. I’ve decided to post several reflections of different parts of my Senior Project. So here is the first part with an undetermined number to follow:. 8221; but I hope I am bringing to light a different aspect of the model here. Points out that although it goes ag...
TOTAL PAGES IN THIS WEBSITE
4
codingnorth.com
Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.
codingnorth.net
Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.
Mirochiu星球的構築法則
2月 09, 2018. 2月 09, 2018. 2月 09, 2018. 2月 09, 2018. Git config - global apply.whitespace nowarn. Git config branch.master.mergeoptions - no-ff. Git config - unset branch.master.mergeoptions. 若主要是在ubuntu中開發, 而偶爾會在windows上開發,建議windows部份設定忽略檔案的屬性改變,以及讓git自動轉換換行字元(CRLF- LF). Git config - global core.fileMode false. In Windows/Mac, push/pull convert the line feed. Git config - global core.autocrlf true. In Ubuntu/Linux,convert CRLF to LF while push. Git config - global core.autocrlf input. 2月 09, 2018. 160; &...
Codingnote.net
Coding Notebook
I write a lot of code. I am constantly searching the web for solutions to tricky issues. This blog serves as my notebook to capture the things I've invested my time in investigating. Hopefully this helps others who need to deal with similar issues. Wednesday, October 21, 2015. How to move/rename a file in Windows kernel. Posted by John Fox. Thursday, August 28, 2014. Execute a command and capture output without showing a window. Static std: string exec(char *cmd) { FILE* pipe = popen(cmd, "r"); if (!
Coding Notes | Notes on Software, and Software Development.
Notes on Software, and Software Development. Welcome, I have been working hard to update my personal website ( www.alephcipher.com. Recently and to move this blog over there. So the new location for coding notes is: codingnotes.alephcipher.com. If you have bookmarks or rss feeds please update them to that location as I will no longer be posting to this location. Also I have moved all of my previous content from this location to the new location so you wont miss anything. Comments : Leave a Comment. 8220;...
CodingNovels | A Young Developper who wants to progress - For I Know I Need to Practice, For Sure I Will Made Mistakes BUT I Will PERSEVERE and Keep learning... So feel free to help me by your comments.
For I Know I Need to Practice, For Sure I Will Made Mistakes BUT I Will PERSEVERE and Keep learning… So feel free to help me by your comments. Codingnovels while (true) { learn(); practice(); madeMistakes(); practice(); }. 4 sept, 2014. FREE ANDROID GUI DESIGN EBOOKS. IT’S BACK TO SCHOOL Here some free resources about mobile design and android development. Mobile UI Design Patterns 2014 Deep study on famous mobile Apps with illustrated examples, case studies and pros/cons : link.. 4 sept, 2014. In your d...
AlexZhou的程序世界
我们在Android平台写c/c 程序的时候需要用到Android.mk(Makefile),一般用来编译c/c 源码、引用第三方头文件和库,生成程序所需的so文件。 下面是一个cocos2d-x游戏的Android.mk(删除了一些重复的东西),一般默认在jni目录下 #1 LOCAL PATH := $(call my-dir) . 我们在Android平台写c/c 程序的时候需要用到Android.mk(Makefile),一般用来编译c/c 源码、引用第三方头文件和库,生成程序所需的so文件。 Table 是 lua 中唯一的一种数据结构,它可以用来描述原始的数组、符号表、集合、 记录、图、树等。 Table 是 lua 中唯一的一种数据结构,它可以用来描述原始的数组、符号表、集合、 记录、. 首先完成lua代码,创建sum.lua function add(x, y) return x y; end 为了在c中调用lua中的add函数,首先需要把函数压入堆栈,然后把函数的参数压入堆栈,然后执行函数,最后从栈中获. 1 打开vs 我这里是vs2012 ,创建一个空的win32控. 1 下载AMD...
云风工作室
Coding and stuff
Saturday, February 19, 2011. As an always curious programmer, I want to learn interesting programming languages and new paradigms. Haskell. Is one of the languages I think would be interesting to learn. It is a purely funtional. Language, giving me the opportunity to learn a new paradigm - functional programming. So, lets start with the traditional first program in a new language - "Hello, World! Main=putStrLn "Hello, World! To compile this code (stored in the file hello.hs. Ghc - make hello.hs. That is ...