background preloader

Code

Facebook Twitter

A sample makefile and how it works. Next: CommentsUp: A short guide to Previous: A short guide to Let's start by looking at a sample makefile: #-----Macros--------------------------------- # for cs machines #BASEDIR = /usr/project/courses/cps008/lib # for acpub machines BASEDIR = /afs/acpub.duke.edu/users8/ola/courses/lib TLIB = $(BASEDIR)/libtapestry.a INCLUDES = -I.

A sample makefile and how it works

Note that the arrows -> represent places where you should put tab characters, not eights spaces. The Best Free Tools for Making Your Own Video Games. Tynker Coding for kids. Sploder - Make your own Games, Play Free Games. CMake Tutorial. CMake is a sophisticated, cross-platform, open-source build system developed by Kitware in 2001.

CMake Tutorial

CMake is the name used to refer to the entire family of tools: CMake, CTest, CDash, and CPack. These tools are used to… CMake Tutorial - Chapter 1: Getting Started - JohnLamp.netJohnLamp.net. In this chapter we start by installing CMake.

CMake Tutorial - Chapter 1: Getting Started - JohnLamp.netJohnLamp.net

Like most open source software the best way to do this depends on your platform and how you usually do things. Once we have CMake installed we create a simple project. Perhaps it’s a little fancier than “hello world” but not much. We finish up with the test support built into CMake. I won’t cover any particular aspect of CMake in great detail yet. Windows Download and Install Download the installer from the CMake website . This provides both the cmake command and the CMake GUI (cmake-gui) but not the curses interface (ccmake).

Cygwin CMake can, of course, be installed as part of Cygwin. CMake by Example. When trying to learn CMake I could not find any good introduction.

CMake by Example

The CMake documentation is quite comprehensive but not suitable for a beginner. There are some useful tutorials linked on the CMake Wiki but most of them only cover very specific problems or are too basic. So I wrote this short CMake introduction as a distilled version of what I found out after working through the docs and following stackoverflow questions. Required Libraries - OdaWiki. The Odamex client and launcher require extra libraries which are not usually included with your operating system.

Required Libraries - OdaWiki

SDL is a crossplatform library used to display graphics. It is required in order to compile the Odamex client. Windows SDL comes with no installer on Windows, you simply extract the zip into a random directory and reference it. Running C Program on Window 8. In this tutorial we are going to see, how we can install DOSBox in order to run the traditional C program in the Latest Window 8 environment.

Running C Program on Window 8

In this tutorial we will be learning to run C Program on Window 8. The DOSBox is x86 immulator which is used to run traditional 16/32 bit DOS applications in 64 bit environment those are incompatible with DOS applications. Base64 - Wikipedia, the free encyclopedia. This article is about the content encoding scheme.

Base64 - Wikipedia, the free encyclopedia

For the positional numerical format, see Binary number. Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding. Base64 encoding schemes are commonly used when there is a need to encode binary data that needs to be stored and transferred over media that are designed to deal with textual data. This is to ensure that the data remains intact without modification during transport. Design[edit] The particular choice of character set selected for the 64 characters required for the base varies between implementations.

Examples[edit] Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short. MATLAB - The Language of Technical Computing. Walkthrough: Compiling a C Program on the Command Line. Visual Studio includes a C compiler that you can use to create everything from basic console programs to Windows Desktop applications.

Walkthrough: Compiling a C Program on the Command Line

This walkthrough shows how to create a basic C program by using a text editor, and then compile it on the command line. You can use your own C programs instead of typing the sample programs shown in this walkthrough. You can also use any C code sample programs that are included in the Help topics. By default, the Visual C++ compiler treats all files that end in .c as C source code, and all files that end in .cpp as C++ source code. To force the compiler to treat all files as C regardless of file name extension, use the /Tc compiler option. You must understand the fundamentals of the C language. To create a C source file and compile it on the command line. Full SQL Injection Tutorial (MySQL) Coding Tutorials. Learn to code. Python. Tutorials. Download JavaScript Code Examples, Tutorials, Reference. How to Create a Facebook application using Flash and ActionScript « Adobe Flash.

Javascript Injection : Fun with Javascripts. Javascript Injection is Similar to CSRF vulnerability ,its just for fun, but sometimes you can get cookies of vulnerable website by using Javascript injection,Take a Look of javascript injection[Note : working in Firefox Only]Alert and Changing Title on Website Javascript: alert(document.title = "title name"); You can Chnage Title of website by putting this script in you browser and you'll get a Alert too ..

Javascript Injection : Fun with Javascripts

Message On website on alert Box Javascript: alert("you message here");use this script for more than one messagejavascript: alert("First message"); alert("second message"); alert("Third message"); you can show you message on website by putting this script on browser URL boxGetting Cookies By javascriptsyou can use these scripts to get and change cookies of website About Chirag Arya Chirag is a young guy who is blessed with the art of Blogging,He love to Blog day in and day out,He is a Website Designer, Certified Hacker and a Certified Graphics Designer. Download Gammu SMS Inject - Gammu SMS is a PHP script can send SMS messages using Gammu MySQL storage. Script for sniffing passwords and data on lan/wlan using ettercap, sslstrip, urlsnarf. Libforensics - A digital forensics library for Python. LibForensics is a library for developing digital forensics applications.

libforensics - A digital forensics library for Python

Currently it is developed in pure Python. After a majority of the code has been developed and stabilized, the bottlenecks will likely be converted into C-based modules. I'm looking for people to use and test the framework. I've developed some sample Python tools (under the demo directory in the repository) that use various parts of the framework. Even if you're not a coder, feel free to experiment with the tools, and report any bugs you find. LibForensics requires Python version 3.1. News: Whats new - April 15, 2010 An early access copy of the next major release (0.3) is now available. Whats new - March 18, 2010 I've been working on the next major release (0.3). Some basic factoids. CodePlex - Open Source Project Hosting.