"SSEPlus": Function Table
__popcnt16, __popcnt, __popcnt64
_mm_cmpgt_epi8
_mm_cmpistrz
_mm_cmpistrz
_mm_div_ss
_mm_hadd_ps
Advanced Vector Extensions - Wikipedia, the free encyclopedia
Conversion Operations (C++)
CS 301 Lecture
CS 463 Lecture
CVTDQ2PS--Convert Packed Signed Doubleword Integers to Packed Single-Precision Floating-Point Values
DIVPS--Packed Single-Precision Floating-Point Divide
http://src.chromium.org/svn/trunk/deps/third_party/cygwin/lib/gcc/i686-pc-cygwin/3.4.4/include/xmmintrin.h
http://www.cs.fsu.edu/~engelen/courses/HPC-adv/MMXandSSEexamples.txt
Intrinsics for Saving and Restoring the Extended Processor States
Memory part 5: What programmers can do [LWN.net]
MMX Primer - Stefano Tommesani
Stefano Tommesani
movntps
Scalar Types
Set Intrinsics
SSE Documentation
SSE Instruction Set
SSE Primer - Stefano Tommesani
SSSE3: fast popcount
What the !@# is SSE2 good for: char search in long strings | Coding on the edges
Programming to take advantage of the unorthodox
x86 Opcode FEMMS

Art of Assembly: Chapter Six-4
Bill's Win32Asm Page
Win32Asm Programming - Contains many essays and examples.
BSR - Bit Scan Reverse
BT - Bit Test
GCC-Inline-Assembly-HOWTO
instruction_tables.pdf
Laverna's Brute: Calling assembly functions in C/C++
x86 instruction listings - Wikipedia, the free encyclopedia

asmplugin | Free Development software downloads at SourceForge.net
Basic Logic Gates
Chapter 5. Floating point SIMD using compiler built-ins
Detecting MMX and SSE - Stefano Tommesani
Fast Random Number Generator on the Intel® Pentium® 4 Processor | Intel® Developer Zone
instruction_tables.pdf
Intel Pentium Instruction Set Reference (C)
Introduction to SSE Programming - CodeProject
Jeroen van Bemmel - Inline assembly - how to get gcc to clear the full rcx register in x86-6
Microsoft Word - BD_PD_SW.doc - New-Bulldozer-and-Piledriver-Instructions.pdf
MMX: Messy Multimedia eXtensions
SHR - 0x10c Wiki
SSE Documentation
SSE4 Instruction Set
x86-timing.pdf
x86-timing.pdf
XOP instruction set - Wikipedia, the free encyclopedia

[boost] Contents of /branches/release/libs/icl/example/toytime.hpp
1-Dimensional Cellular Automata (C++ Program)‏ ~ Codeplaza | Build. Share. Fame.
1-dimensional Cellular Automata C++‏
3D Programming - Weekly : Quaternion Math
7.4 — Passing arguments by address « Learn C++
7.8 — Function Pointers « Learn C++
9.8 — Overloading the subscript operator « Learn C++
A simple double linked list using OOP techniques source code - Cprogramming.com
A simple double linked list using OOP techniques source code
AMROC - Source code documentation
An Introduction to GCC - Optimization levels
archibald.pdf
Array of Structures vs Structure of Arrays | Hectorgon - Graphics, Books, Travel and Technology
assert - C++ Reference
basic_stream_socket::remote_endpoint (2 of 2 overloads) - 1.47.0
Best Square Root Method - Algorithm - Function (Precision VS Speed) - CodeProject
Bi-Directional Linked Lists
Blitz++ « Wired2Code
Blitz++: Fast, Accurate Numerical Computing in C++
Boost Random Number Library - 1.40.0
Building on Windows - FireBreath - FireBreath Home Page
C Programming Unions
Unions are quite similar to the structures in C programming. Only difference between structure and unions are the way memory is allocated. Learn more about union in C programming......
C/C++ Notes
c++ - Rotating vector3 by a quaternion - Game Development Stack Exchange
C++ Classes and Examples
C++ multithreading tutorial
C++ program to create a loading bar | The Crazy Programmer
C++ Source Codes
C++ Standard Allocator, An Introduction and Implementation - CodeProject
Introduction to the allocator concept, as well as implementing a policy-driven allocator template class; Author: Lai Shiaw San Kent; Updated: 19 Aug 2003; Section: C / C++ Language; Chapter: Languages; Updated: 19 Aug 2003
C++ STL Tutorial
Standard Template Library (STL) and C++ examples. Example of a doubly linked list using STL. YoLinux: Linux Information Portal includes informative tutorials and links to many Linux sites.
C++ Tutorial: Multi-Threaded Programming - Thread for Win32 - 2013
C++ Tutorial: Multi-Threaded Programming II - Part A
C++ Web Programming
Chapter 4. First code example using gcc vector support
CIS Department > Tutorials > Software Design Using C++ > Hash Tables
CMake - Cross Platform Make
CMake is a cross-platform, open-source build system. CMake is part of a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
CMake - mingw vs MSYS makefiles
mingw vs MSYS makefiles. I have MinGW installed in my system and today I added the bin directory to the path, so I was able to run all the commands also from a standard shell. But now CMake...
Control Structures - C++ Documentation
Copy Constructor
cppqed - Quantum Optics - Universität Innsbruck
Creating a new project - CodeBlocks
Creating Threads (Windows)
Data Structures for Wavelet-based application / Source codes
exact riemann code from cococubed
Examples - 1.46.1
Exercise 32: Double Linked Lists
Fast Random Number Generator on the Intel® Pentium® 4 Processor | Intel® Developer Zone
Faster Canvas Pixel Manipulation with Typed Arrays ✩ Mozilla Hacks – the Web developer blog
gcc: vector instructions - but how?
Getopt - The GNU C Library
The GNU C Library
Hash Table
Home Pages of Oleksandr Nenko -- Bidirectional linked list - C language implementation
http://physics.nist.gov/cuu/Constants/Table/allascii.txt
http://www.cse.yorku.ca/~oz/marsaglia-rng.html
http://www.nenko.net/soft/an-list/an-list.h
Ideone.com | Online C++ Compiler & Debugging Tool
Index of /gnu/gcc/gcc-4.4.1/
Index of /sw/c-common
Intro OpenCL Tutorial | AMD
Introduction to Polymorphism in C++
jQuery and JavaScript Coding: Examples and Best Practices | Smashing Coding
Jump Tables via Function Pointer Arrays in C/C++ | Embedded Systems Experts
Linux/include/linux/prefetch.h
Memory part 5: What programmers can do [LWN.net]
Mixing C and C++ Code in the Same Program
Multiton pattern - Wikipedia, the free encyclopedia
NeHe Productions: Particle Engine Using Triangle Strips
Object-oriented design of the parallel AMR algorithm
Optimize Options - Using the GNU Compiler Collection (GCC)
Using the GNU Compiler Collection (GCC)
Organizing Code Files in C and C++ - General Programming - Articles - Articles - GameDev.net
Playing With C++ Programming
Programming Tutorials: C++ Diamond Problem
Reading in data in columns from a file (C++)
Hi people, I have a file with some data in columns (separated by tabs) like so: Code: 1.23 1.354 2.78 1.44 10.023 2.756 2.31 20.3 10.07 What I need to
Recursive Functions
RoeSolver.cpp in solvers/CompressibleFlowSolver/RiemannSolvers – Nektar++
Run-time type information - Wikipedia, the free encyclopedia
Stacks
Static data members and templates (C++ only)
The Four Polymorphisms in C++ - good coders code, great reuse
C++ programmers seldom know about all the polymorphisms in C++ language. It has subtype polymorphism, parametric polymorphism, adhoc polymorphism and coercion polymorhpism. This article illustrates them.
The Function Pointer Tutorials - Index
The GNU C Library - Date and Time
The Mathematics of the 3D Rotation Matrix
Mastering the rotation matrix is the key to success at 3D graphics programming. Here we discuss the properties in detail.
This is a 3D visualization of how the Expectation Maximization algorithm learns a Gaussian Mixture Model for 3-dimensional data. - Free Open Source Codes - CodeForge.com
Too Few Template Parameter Lists
typedef in C
typedef in C - Learn ANSI, GNU and K/R standard of C programming language with simple and easy examples covering basic C, language basics, literals, data types, functions, loops, arrays, pointers, structures, input and output, memory management, pre-processors, directives etc.
unmaintainable code : Java Glossary
Using Getopt - The GNU C Library
Using the GNU Compiler Collection (GCC)
Using the GNU Compiler Collection (GCC)
Virtual Inheritance in C++, and solving the diamond problem - Cprogramming.com
Learn about virtual inheritance in C++ including pitfalls such as the diamond problem
Ye Olde Jonathan Birge » Blog Archive » Accelerating code using GCC’s prefetch extension

Erlang -- Getting Started with Mnesia
Erlang -- orddict
Erlang Programming Language
Erlang Programming Language
Erlang Programming Language
Erlang Programming Language

250+ Extreme Metal Texture Collection | Tripwire Magazine
Metal texture can transform a dull design into a sleek and possibly realistic grunge webpage.
256-Color VGA Programming in C - Primitive Shapes & Lines
VGA basics, lines and shapes, bitmaps, mouse, double buffering, page flipping, unchained mode, and more
3D in Depth: Materials, Pt 2. | 2 | WebReference
3D in Depth: Materials, Pt. 2
3D Programming - Weekly : Quaternions
An Introduction to NURBS C code Page
Blur Edge Images with GIMP
catch 22 - Andreas Kahler's blog: Creating an icosphere mesh in code
Chapter 1 - OpenGL Programming Guide (Addison-Wesley Publishing Company)
Chapter 12 - OpenGL Programming Guide
Chapter 12 - OpenGL Programming Guide
Circle, Cylinder, Sphere
CIRCLE_SEGMENT - Area, Height, Angle, Sampling and Quadrature
cokane.com
Draw Taj Mahal (C with Graphics) ~ Codeplaza | Build. Share. Fame.
Draw Taj Mahal using C++ Program
Drawing primitives tutorial (lines, circles, ellipses, spirals…) « C++ Home
There are many methods to draw the simple objects (like lines, circles, ellipses) and they all seem exaggerated. How much can you optimize this simple piece of code??
Free Seamless Textures: Free Seamless Floor Tile Textures
Free Seamless Textures: October 2012
A resource for artists who wish to use seamless textures for 3D art, cg movies and game designers.
Freefem++ Home Page (October 2012)
Gamasutra - Curved Surfaces Using Bézier Patches
Traditionally, 3D geometry used in games has been stored as static polygons in a structure like a mesh or BSP tree. However, by taking advantage of today's powerful graphics hardware and making use of Bezier patches, games can realize more organic shapes in real-time.
Gamasutra - Rotating Objects Using Quaternions
Implementing a floating camera that tracks and rotates about a real-time 3D character is just one of the many reasons you should understand the importance and implementation of quaternions.
GPU Gems - Chapter 3. Inside Geometry Instancing
GPU Gems - Chapter 3. Inside Geometry Instancing
http://cd.textfiles.com/blackphiles/PHILES/CODING/GRAPHICS/DESCRIPT.ION
Image Processing with gluas
Index of /blackphiles/PHILES/CODING
Index of /resources/GraphicsGems/gemsiv/euler_angle
Intro OpenCL Tutorial | AMD
Irrlicht 3D Engine: irr::core::quaternion Class Reference
Irrlicht 3D Engine: Tutorial 6: 2D Graphics
Japanese Fonts
Download Japanese font sets for free
JavierZhX (Blazter) Photoshop Brushes, Page 2, Adobe Photoshop Brushes Free Downloads
List of free JavierZhX (Blazter) Photoshop Brushes for download, Page 2
jraleigh.com | Gimp Fire Tutorial
Tutorial on creating realistic looking fire with the graphic program The Gimp
MARLIN STUDIOS - Seamless Textures 8 - Absolute Metal Surfaces
For over a decade, Marlin Studios has been a worldwide leader in providing professional low-poly 3D graphics models and textures, offering 38 downloadable libraries. This fully licensable, royalty-free digital content is used by major studios, top graphics artists, civil engineers, architects and game developers for high-profile movies, games,infrastructure, transportation and architectural visualizations, plus simulatons, TV commercials, advertising, virtual reality and general 2D/3D art.
Metal Rusty and Patterned Seamless and Tileable High Res Textures
Movement Tutorial in Irrlicht Engine - Mod DB
This is a easy but full tutorial on how to make a character to move.
NeHe Productions: Bezier Patches / Fullscreen Fix
OpenGL Tutorials, Demos, Games and More...
NURBS library installation
opengl_nurbs.pdf
Program of Midpoint Circle Drawing - C++ Programming Examples and Tutorials
Code, Example for Program of Midpoint Circle Drawing in C++ Programming
Program to fill a Circle using Scan-Line Circle Fill Algorithm using Polar Coordinates - C++ Programming Examples and Tutorials
Code, Example for Program to fill a Circle using Scan-Line Circle Fill Algorithm using Polar Coordinates in C++ Programming
Program to show the implementation of Cohen-Sutherland MidPoint Subdivision Line Clipping Algorithm - C++ Programming Examples and Tutorials
Code, Example for Program to show the implementation of Cohen-Sutherland MidPoint Subdivision Line Clipping Algorithm in C++ Programming
PTP Extension - CHDK Wiki
The Picture Transfer Protocol (PTP) facilitates remote operations on a camera connected...
Quaternion Math Class
Will Perone's game programming website
Quaternions - Rotations - Graphics Programming and Theory - GameDev.net
Quaternions - Rotations - posted in Graphics Programming and Theory: Hi,I'm trying to get my head around Quaternions in Graphics, and I believe I understand the basic principles. Given that, I came up with the following piece of code to handle my rotations: quaternion newRot(0.0f, ANGLE * timeSinceLastUpdate, 0.0f); rotation *= newRot; rotation.toEuler(euler); setRotation(euler * RADTODEG ); setRotation sets the rotation of the entity, and it requires euler co-ordinates to do...
Quaternions and their properties
SDL Tutorial Basics
Seamless Tile
Seamless Tile
Seamless Tiled Chrome Rivets Background With Dents Royalty Free Stock Photo, Pictures, Images And Stock Photography. Image 4857541.
Picture of Seamless tiled chrome rivets background with dents stock photo, images and stock photography.. Image 4857541.
SPHERE_GRID - Points, Lines, Faces on a Sphere
Spherical Coordinates
Spiral Graphics - Free Seamless Rough Crystal Textures
Genetica is a powerful node-based texture generator for making seamless or tiling textures for games or other 3D work.
The Big Blob » Getting started with OpenCL and GPU Computing
The NURBS Book (Monographs in Visual Communication): Les A. Piegl, Wayne Tiller: 9783540615453: Amazon.com: Books
The NURBS Book (Monographs in Visual Communication) [Les A. Piegl, Wayne Tiller] on Amazon.com. *FREE* super saver shipping on qualifying offers. The second, revised edition of this book covers all aspects of non-uniform rational B-splines necessary to design geometry in a computer-aided environment. Basic B-spline features
Tutorial 17 : Rotations | opengl-tutorial.org
Tutorials - ChronoWiki
Vertex Specification - OpenGL.org

Linux Sockets: Book Programs

AthenaDocsTut – Athena
Blackholes in your backyard
DESCANSO - JPL Space Science and Technology Book Series - Fundamentals of Electric Propulsion: Ion and Hall Thrusters
Institute for Particle and Nuclear Physics, Wigner Research Centre for Physics, Hungarian Academy of Sciences | Institute for Particle and Nuclear Physics, Wigner RCP, HAS
lecture08.dvi - lecture08.pdf
MHD flows - The OpenFOAM® Extend Project
Numerics.dvi - Numerics_Finite_Differences.pdf
Plasma oscillation - Wikipedia, the free encyclopedia
Relaxation model for extended magnetohydrodynamics: Comparison to magnetohydrodynamics for dense Z-pinches | Phys. Plasmas (1994-Present) - Physics of Plasmas
SteamOnline - BTU Content of Fuels

[1302.1665] A new scheme of causal viscous hydrodynamics for relativistic heavy-ion collisions: A Riemann solver for quark-gluon plasma
[astro-ph/0607015] Chemical Abundances in the Secondary Star of the Black Hole Binary V4641 Sagittarii (SAX J1819.3-2525)
2.12 Maxwell's Relations
3D Rotation
A First Course in the Finite Element Method,4 edition free ebook download
A simple Jacobi iteration
A2 Physics Formulas
A2 Physics Formulas
Adiabatic process - Wikipedia, the free encyclopedia
An example 1D PIC code
Appendix A: Statistical Weights and Statistical Sums - Spectroscopy of Low Temperature Plasma - Ochkin - Wiley Online Library
Applications of Special Relativity on Particle Physics
Applications of Special Relativity on Particle Physics
arXiv:astro-ph/0002112v1 4 Feb 2000 - 0002112.pdf
Ashtekar variables - Wikipedia, the free encyclopedia
astrophysics - Degree of ionization and Saha equation - Physics Stack Exchange
astrophysics - Degree of ionization and Saha equation - Physics Stack Exchange
blackhole1.pdf
Block Tridiagonal Matrix Solver in C | CFDengineer.com
bm.dvi - bm.pdf
Bohr model - Wikipedia, the free encyclopedia
Boltzmann constant - Wikipedia, the free encyclopedia
book3.pdf (application/pdf Object)
CFD Codes
CFD modeling webpage
CFD Notes by Hiroaki Nishikawa [Computational Fluid Dynamics - CFD]
ch_3.pdf (application/pdf Object)
ch5-6.pdf
Charged Parallel Plates
Charged Parallel Plates
Charged particle motion in Electric / Magnetic Field
Circle Circumference, Circle Area, Sphere Area, Sphere Volume, Cylinder Area, Cylinder Volume
CLAWPACK
Clawpack Downloads
Collection of Solved Problems in Physics
Collection of Solved Problems in Physics
Computational Fluid Dynamics Group | History
Computational Physics Lab (QM) Course Outline
Computational Physics Lab (QM) Course Outline
Converging Lenses - Object-Image Relations
Converging Lenses - Object-Image Relations
Crank-Nicolson time discretization for the Heat equation with Dirichlet boundary conditions.
Current Loop in magnetic field (How motor works!)
Current R & D
deal.II compact course 2010
Default Virtual Lab Stockroom
Defining piecewise functions « Gnuplotting
Demo scripts for gnuplot version 4.6
DifDop : Doppler reflectometry system
Dirac
Dissociation and ionization of warm dense hydrogen
Dramatic Outburst Reveals Nearest Black Hole
Dropping the Ball
DUEL_SIMULATION - Simulation of a Duel
Einstein's Pathway
Ejs Open Source Motion of Charge Particle in Electric & Magnetic Field in 3D
Elastic Collision 1D - hoomanr.com
Elastic collision in one dimension
Elastic collision in one dimension
Energy-Momentum Formula
Energy–momentum relation - Wikipedia, the free encyclopedia
Energy–momentum relation - Wikipedia, the free encyclopedia
Errors in the Steady State and Quasi-SS Models
FD1D_ADVECTION_LAX - Finite Difference Method, 1D Advection Equation, Lax Method
FD1D_ADVECTION_LAX - Finite Difference Method, 1D Advection Equation, Lax Method
First gamma-ray study of a gravitational lens | Science Wire | EarthSky
The work could provide insights into the workings of black-hole jets and establish constraints on cosmological quantities like the Hubble constant, which describes the rate of the expansion of the universe.
Flame - Wikipedia, the free encyclopedia
Flux Formulation using a Fully 2D Approximate Roe Riemann Solver - Springer
Fortran 90 Tutorial
fourierseries.dvi - igusa_notes.pdf
Free Physics Solutions - Motion of Charged Particles in Electric and Magnetic Fields
Free Physics Solutions - Motion of Charged Particles in Electric and Magnetic Fields
Friction, Weight, and the Normal Force
Friction, Weight, and the Normal Force
Fundamentals of Applied Electromagnetics free ebook download
Gallery: Future in Space — Nuclear-Powered Starships | Interstellar Space Travel | Futuristic Spaceship Illustrations by Adrian Mann | Space.com
Space illustrator Adrian Mann created these concept images of futuristic nuclear-powered interstellar starships, including Daedalus and Project Icarus.
Gas Dynamics Toolbox
Gaussian function - Wikipedia, the free encyclopedia
gaussian pulse shaping - Free Open Source Codes - CodeForge.com
GFortranBinariesCygwin - GCC Wiki
Gnuplot - Dev - finite summation - how to call a function from parameter stack
Gnuplot - Wikibooks, open books for an open world
gnuplot demo script: piecewise.dem
Heat capacity ratio - Wikipedia, the free encyclopedia
HeatProblems.pdf (application/pdf Object)
http://physics.nist.gov/cuu/Constants/Table/allascii.txt
http://ucsdnews.ucsd.edu/archive/newsrel/science/mcquasar.asp?_escaped_fragment_=#!
http://www.ann.jussieu.fr/~gostaf/mfd2010/oneInTwoOut.html#!
IEEE Xplore - Small energy loss rate of an electron and deexcitation of metastable molecules by superelastic colli...
Index of /~rmcheng/HYDRO
Index of /clawpack/clawpack-4.6.3/book
Infinite Universes
William Hillyard. This page looks at the various infinite Universe theories
Institute for Particle and Nuclear Physics, Wigner Research Centre for Physics, Hungarian Academy of Sciences | Institute for Particle and Nuclear Physics, Wigner RCP, HAS
Isosceles Triangle Theorems
Iterative Methods Library in C++
Java Applet in Hydrodynamics
Java Applet in Hydrodynamics
java applets for high school chemistry
Java Applets on Physics (Java 1.4)
Java Applets on Physics (Java 1.4)
Joule - Wikipedia, the free encyclopedia
Joules to BTU conversion calculator
Joules to BTU conversion calculator
Joules to BTU conversion calculator
K&J Magnetics - Magnet Calculator
Karsten Ahnert » Animations with Gnuplot
KCVS -Modern Physics
KCVS -Modern Physics
Kinetic-Molecular Theory
kiva
Kramers–Kronig relations - Wikipedia, the free encyclopedia
Laplace Transform Used for Solving Differential equations.
Lecture "Hydrodynamics II: Numerical methods and applications"
Lecture8.pdf (application/pdf Object)
lectures
Lens Maker´s Equation, dioptres and mirrors.
lightning modeling
Lightning modeling with Haskell, functional scientific programming.
Local diffeomorphism - Wikipedia, the free encyclopedia
Math 102/Labs/Lab 5: Euler's Method - Courses
Matlab Codes
Matrix and Quaternion FAQ
Mean Free Path, Molecular Collisions
Mean Free Path, Molecular Collisions
MIT8_02SC_notes16to18.pdf (application/pdf Object)
Module 23 - Sequences and Series
Mysterious quasar casts doubt on black holes - space - 27 July 2006 - New Scientist
A controversial alternative to black hole theory, based on balls of hot plasma, is bolstered by observations of a curious object in the distant universe
NIST Atomic Spectra Database
Numerical partial differential equations - Wikipedia, the free encyclopedia
Numerical Solution of Partial Differential Equations - pdenum.pdf
Observable_universe_logarithmic_illustration.png (PNG Image, 4288 × 4288 pixels) - Scaled (16%)
Online Taylor Series Expansion Calculator
Outline - Angular Motion - Physics 104
Outline - Angular Motion - Physics 104
Oxy-fuel welding and cutting - Wikipedia, the free encyclopedia
Pauls Online Notes : Differential Equations - Step Functions
Periodic Table
PHY 411-506: Lectures
PHY 411-506: Lectures
Physlet Quantum Physics by Belloni, Christian, and Cox: Section 3.1
Physlet Quantum Physics by Belloni, Christian, and Cox: Section 3.1
plotting - Graph a Function with general conditions - Mathematica Stack Exchange
Plotting Data with gnuplot
Plotting Data with gnuplot
Pluto - a modular code for computational astrophysics
Pluto - a modular code for computational astrophysics
Practical Numerical Simulations MA3469
Programs (Numerical Methods for Physics)
Programs (Numerical Methods for Physics)
Pulse equations
Quantum Potential: Physics, Geometry and Algebra
Recently the interest in Bohm realist interpretation of quantum mechanics has grown. The important advantage of this approach lies in the possibility to introduce non-locality ab initio, and not as an “unexpected host”. In this ...
Quantum Potential: Physics, Geometry and Algebra
Recently the interest in Bohm realist interpretation of quantum mechanics has grown. The important advantage of this approach lies in the possibility to introduce non-locality ab initio, and not as an “unexpected host”. In this ...
Quantum reality more complex than previously thought
Quark asymmetries hint at physics beyond the Standard Model
(Phys.org) —While scientists have become increasingly convinced that the Standard Model of particle physics is incomplete, it's still unclear exactly how the Standard Model needs to be extended. Experiments have shown that the Standard Model cannot explain certain top quark observations, but a variety ...
Quark asymmetries hint at physics beyond the Standard Model
(Phys.org) —While scientists have become increasingly convinced that the Standard Model of particle physics is incomplete, it's still unclear exactly how the Standard Model needs to be extended. Experiments have shown that the Standard Model cannot explain certain top quark observations, but a variety ...
quark_gluon_plasma
Quarks and leptons (vacuum defects) are time-like, zero-mean co-conjugate dimensional uncertainties of spherical coordinates that are distributed in space and in time proximate the Present surface
Real Life Example - GNU Octave
Register – Athena
Relativistic Energy
Relativistic Energy
Relativistic Momentum
Relativistic Momentum
Relaxation model for extended magnetohydrodynamics: Comparison to magnetohydrodynamics for dense Z-pinches | Phys. Plasmas (1994-Present) - Physics of Plasmas
Right-hand rule - Wikipedia, the free encyclopedia
Right-hand Rules
Right-hand Rules
RLE_QPR_063_II.pdf
Roe solver routine
SALE-3D, 3-D Fluid Flow, Navier Stokes Equation Using Lagrangian or Eulerian Method
Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90 -- CFD-Wiki, the free CFD reference
Scintillation (physics) - Wikipedia, the free encyclopedia
Scintillation (physics) - Wikipedia, the free encyclopedia
sewall-sca08.pdf
Solution of block-tri-diagonal systems
Solving Partial Differential Equations with Octave
Spherical Coordinate Demonstration
Stirling Engine Ideal Isothermal Analysis
Summation - Wikipedia, the free encyclopedia
Symbols & Notation
The Approximate Riemann Solver of Roe
The Crank-Nicholson scheme
THE MAGNETIC FORCE AND FIELD
The Speed of Gravity - What the Experiments Say
The Unofficial OpenFOAM Cygwin Port
thermal conductivity - Change in pressure, temperature at constant volume due to heat flow in a closed container - Physics
thermal conductivity - Change in pressure, temperature at constant volume due to heat flow in a closed container - Physics
TIQM: 2.0 The Copenhagen Interpretation
Tridiagonal Matrix Algorithm ("Thomas Algorithm") in C++ - QuantStart
TutorialApplet
UNITS AND CONVERSION FACTORS - Roschke.pdf
UNITS AND CONVERSION FACTORS - Roschke.pdf
Units of Heat - <i>BTU, Calorie and Joule</i>
Untitled - 298.pdf
V4641 Sgr – A Black Hole | Tetoora Road Observatory
VIPRATECH::: Animation: FOUR-STROKE CYCLE / OTTO CYCLE by ITC Leipzig
Voids & Supervoids in the Universe
William Hillyard. This page discusses voids and supervoids in the universe; for example the Local Void and the Bootes void.
Watts to BTU conversion calculator
Welcome to the collection of free CFD codes!
What is Bohmian Mechanics? - Bohmian-Mechanics.net
Website of the international research network on Bohmian Mechanics, a consistent and complete point particle theory that explains Quantum Mechanics.
Wolfram Demonstrations Project: Charged Particle in Uniform Electric and Magnetic Fields
Wolfram Demonstrations Project: Travelling Pulses (Wave Packets)

Free Javascript Obfuscator
Free online javascript and html obfuscator
Online JavaScript beautifier
Online Javascript Obfuscator

Introducing WebSockets: Bringing Sockets to the Web - HTML5 Rocks

PHP Cookies: How to Set Cookies & Get Cookies
Cookies don't have to be an essential part of a website but can provide some of the "little things" that can set your website apart from the rest. Cookies are small tidbits of information that you save on the client's computer so that you can access them next time they visit the website. Session ID's are also usually held in cookies.
PHP Example Scripts
PHP Programming learning php
PHP Tutorial - Introduction
Learn the basics of programming in PHP with Tizag.com's beginner PHP lesson.
TCPDF Examples
TCPDF: Open Source PHP Class for generating PDF documents

.animate() | jQuery API Documentation
jQuery: The Write Less, Do More, JavaScript Library
.fadeIn() | jQuery API Documentation
jQuery: The Write Less, Do More, JavaScript Library
10+ jQuery Sticky Scroll Plugins | jQuery4u
25 jQuery Image Gallery/Slider Tutorials and Plugins | Vandelay Design
This post was originally published several years ago. As technology and trends have changed over the years, the content of the post became outdated. So we've updated the post with all new examples that will be more relevant for modern design and development. jQuery image galleries and sliders are very common on portfolio sites and are also useful for any other type of site for displaying images and photos. Fortunately, adding a jQuery gallery does not have to be difficult, even if you don't have much experience with JavaScript and jQuery. In this post we'll see tutorials and plugins that can provide you with the resources that you need to get a gallery of slider on your site. jQuery Image Gallery/Slider Tutorials: Create an Image Rotator with Description (CSS/jQuery) This tutorial by Jake Rocheleau is a re-make of a popular tutorial originally written by Soh Tanaka. Jake has updated the code used in the tutorial to include some new user-requested features.
2MHost plans, domains or other products on 2mhost.com
2MHost products: 2MHost Personal Package,PHP5 Developer upgradable,2MHost Typo3 Package,2MHost - All Inclusive package,2MHost MoveableType Package,2MHost Business Package,2MHost Mini Reseller Package,2MHost Starter Reseller Package,2MHost Pro Reseller Package
A better Japanese font for Windows web browsers | Kanji alive
How to switch the default Japanese font in your Windows web browser from the old, bitmapped MS Gothic to the newer, much improved Meiryo.
A start on Multi-threading using web workers | HTML5 Game Development since 1374226574
Some people still might not have heard of an really awesome and cool feature called Web Workers... this is just not acceptable! Why? Because they are simply
Advanced CSS Layouts: Step by Step | WebReference
Learn how to use CSS to layout your pages without tables. This step by step tutorial shows how we duplicated WebReference.com's home page tabled layout using CSS.
Another Simple CSS3 Dropdown Menu | CSSDeck
Another simple yet amazing dropdown menu in pure CSS3 by Josh Riser. This code does not uses child selector &gt;, although that might be prefered when there
Basic usage of Canvas - Web developer guide | MDN
Let's start this tutorial by looking at the canvas element itself.
Browser Support Matrix for CSS Blend Modes | Web Platform Team Blog
Canvas tutorial - Web developer guide | MDN
This tutorial describes how to use the canvas element to draw 2D graphics, starting with the basics. The examples provided should give you some clear ideas what you can do with canvas and will provide code snippets that may get you started in building your own content.
Chapter 5. Area operations
Chromium Blog: Saying Goodbye to Our Old Friend NPAPI
Controlling the Frame Rate with requestAnimationFrame | Code Theory
create and append div to body tag | DaniWeb
i have tried a few tutorials but i cant get this working. I am trying to create a div with the id of overlay and insert it right after the body tag when a function is run. can anyone help? thanks - Article in the JavaScript / DHTML / AJAX forum contributed by cmills83
createElement and insertBefore
Using createElement and insertBefore JavaScript methods to create and to add HTML elements in the web page
Creating a pure CSS dropdown menu – CSS Wizardry – CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts
Articles on CSS, OOCSS, front-end architecture, scalability and performance.
Crowdsourcing a feature support matrix using QUnit and Browserscope | Web Platform Team Blog
css - Does Firefox support .ttc fonts? - Graphic Design Stack Exchange
CSS & Div tutorial - GoStats
CSS Border Radius Generator
CSS border radius generator for lazy people.
CSS Color Names
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
CSS Compatibility in Internet Explorer (Internet Explorer)
CSS Dropdown Menu
CSS Id and Class
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
CSS Image Gallery
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
CSS Image Opacity / Transparency
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
CSS Matrix Rotation Calculator (IE, Gecko, WebKit, Opera)
CSS Positioning
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
CSS width property
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
CSSnewbie Example: CSS-Only Dropdown Menu
document.createElement - Web API Interfaces | MDN
In an HTML document creates the specified HTML element or HTMLUnknownElement if the element is not known. In a XUL document creates the specified XUL element. In other documents creates an element with a null namespaceURI.
document.createTextNode - Web API Interfaces | MDN
Creates a new Text node.
document.styleSheets - Web API Interfaces | MDN
Returns a list of StyleSheet objects for stylesheets explicitly linked into or embedded in a document.
Dynamically populating a JavaScript image slideshow
Easy CSS Dropdown Menus
You don't need Flash for a beautiful dropdown menu. This one uses HTML and CSS, and works in all modern web browsers!
ELEKS Labs: HTML5 Canvas: performance and optimization. Part 2: going deeper
escape - Documentation - Twig - The flexible, fast, and secure PHP template engine
Twig - The flexible, fast, and secure template engine for PHP
External JavaScript and PHP
Find out if your router is listening on backdoor port 32764 | Ghacks
fixed_image_background_scroll
Floatutorial: Step by step CSS float tutorial
Floatutorial: Step by step CSS float tutorial
Free Javascript Obfuscator
Javascript Obfuscator
Free Obfuscating HTML Encoder - PHP Encoder, protection, installer and performance tools from ionCube
Secure and license PHP scripts with the new ionCube PHP Encoder 8. Encrypt and protect files with PHP encoding, encryption, obfuscation and licensing capabilities.
Free online javascript and html obfuscator
Free online javascript and HTML obfuscator!
Get URL and URL Parts in JavaScript | CSS-Tricks
JavaScript can access the current URL in parts. For this URL: http://css-tricks.com/example/index.html window.location.protocol = "http" window.location.ho
Here’s how people are changing their Internet habits to avoid NSA snooping
How jQuery Works | jQuery Learning Center
jQuery: The Write Less, Do More, JavaScript Library
How To Build a Slideshow Block (with Flex Slider) - Jordan Lev's Concrete5 Tips
Flex Slider (screenshot from flex.madebymufffin.com) If you need to build an image gallery or slideshow for a Concrete5 site, I’ve made some …
How to create scrolling text using HTML & JavaScript?
Information Technology (IT), Information and Communication Technology (ICT), Computer Science, Computer Programming, Database, Web Programming, Windows Programming, Mathematics, Science, Entertainment
How to: Achieve PNG Transparency in Internet Explorer 6.0
Directly inserting images in PNG format with transparency will leave you with a white spot when display in Internet Explorer. It makes your image looks ugly and
HTML 5 <aside> Tag
HTML 5 aside tag - HTML tag for indicating content that is related to the surrounding content within an article or web page. This tag was introduced in HTML 5.
HTML Demo pages: Javascript
HTML DIV Tag
HTML div tag - Learning HTML in simple and easy steps. Its a beginner's tutorial containing complete knowledge of HTML and how to begin HTML coding to build up your own webpage.
HTML DOM Style background Property
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
HTML DOM Style backgroundColor Property
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
HTML Fixed Background
Learn the code for fixing the background image on an HTML element.
HTML Layouts
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
HTML meta name Attribute
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
HTML role attributes | Notes and random stuff
HTML::Extract - search.cpan.org
HTML5 Canvas Game Programming Lesson 2
HTML5's canvas Part II: Pixel Manipulation
http://www.webreference.com/authoring/style/sheets/layout/advanced/step_01.html
insertRule method (CSSMediaRule, styleSheet) JavaScript
Inserts a new rule into the current style sheet. Note: The insertRule method is supported in Internet Explorer from version 9. The insertRule method creates a new CSSRule object and inserts it into the cssRules collection of the current styleSheet or CSSMediaRule object.
Introducing HTML5 Web Workers: Bringing Multi-threading to JavaScript
HTML5 is bringing us true multi-threading capability via Web Workers. These little fellas are ideal for running scripts in background threads, so that they don't interfere with the user interface (UI). In this article we'll take a look at how to put Web Workers to good use.
Introducing WebSockets: Bringing Sockets to the Web - HTML5 Rocks
Learn how to use WebSockets to add low latency bidirectional client-server communication to your web app.
Javascript - Display a div upon mouse over
Suppose that we have a div containing the images that are masked when the page loads and upon mouse over on a link, the div becomes visible (when the cursor is not over the link, the div becomes invisible). Here's a code example: html> <head>...
JavaScript Best Practices Part 2 | Thinkful Programming Guides
JavaScript Best Practices Guide Part 2: Learn about best practices for nesting, loops and many other JavaScript concepts.
Javascript Capture Keyboard Input Tutorial HTML Application
Javascript Capture Keyboard Input Tutorial HTML Application. This tutorial is part of the Javascript section of our Javascript Video index.
Javascript Graphics Library jsDraw2D draw line, circle, rectangle, polygon, curve, ellipse.
Open Source Javascript graphics library jsDraw2D. Draw line, rectangle, circle, ellipse, polygon, arc, bezier curve, curves.
Javascript Obfuscator: Obfuscate a Javascript source code - PHP Classes
This class is meant to parse Javascript source code to rewrite obfuscated equivalent version. The obfuscation is done by removing unnecessary remarks, white spaces, carriage returns and other non-functional characters from the source code.
jQuery Examples
Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, references, examples for web building.
Jsctypes/api - MozillaWiki
Learn CSS Positioning in Ten Steps: position static relative absolute float
Making Images seamless horizontally or vertically only (for "The GIMP") .
If you try the Make seamless plug-in in GIMP, it will make the image seamless both horizontally and vertically at the same time. It will not al...
manipulating css with javascript · tutorials · WPD · WebPlatform.org
mod_alias - Apache HTTP Server
Modifying the document | JavaScript Tutorial
MS Gothic - Version 5.02
NielsLeenheer/WhichBrowser · GitHub
WhichBrowser - User agent sniffing gone too far
Non-Transparent Elements Inside Transparent Elements | CSS-Tricks
Reader Shane left a comment: If using transparency on a block element it makes the text inside transparent as well. Is there a way I can prevent that from
ObfuscateJS - A Free Javascript Obfuscator
Online JavaScript beautifier
Online Javascript Obfuscator
Free online tool to obfuscate Javascript code.
Opacity with PNG Images
This is the first part of a three-part tutorial that teaches how to create semi-transparent backgrounds using PNG images and CSS. This first part explains the basic technique used, and covers the most important aspects of accessibility and graceful degradation.
Perfect Full Page Background Image | CSS-Tricks
Four techniques are explored on accomplishing a full page background image that conforms to our exceptions: no white space, scales as needed, retains aspect ratio, centered, and more.
Performance Testing Game Sprites using HTML5 Canvas
PHP: Installation and Configuration - Manual
Plugins - Mozilla | MDN
Plugins are shared libraries that users can install to display content that the application itself can't display natively. For example, the Adobe Reader plugin lets the user open PDF files directly inside the browser, and the QuickTime and RealPlayer plugins are used to play special format videos in a web page.
Preventing the Performance Hit from Custom Fonts | CSS-Tricks
The issue is 1) custom fonts are awesome and we want to use them 2) custom fonts slow down our pages by being large additional resources. Dealing with this
Princess Keeper
Pure CSS Dropdown Menus
Raw Socket API
Scrolling Divs JavaScript - Documentation
Selectors
Setting one HTML5 Canvas Pixel · jsPerf
Testing 'reasonable' methods to set one pixel on an HTML5 Canvas; used to support this Stack Overflow question.
SlidesJS, a responsive slideshow plug-in for jQuery (1.7.1+) with features like touch and CSS3
SlidesJS, a responsive slideshow plug-in for jQuery (1.7.1+) with features like touch and CSS3
sliding gallery
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
Test for Internet Explorer in JavaScript | CSS-Tricks
var isMSIE = /*@cc_on!@*/0; if (isMSIE) { // do IE-specific things } else { // do non IE-specific things }
Text Rotation | CSS-Tricks
.rotate { /* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg); /* IE */ -ms-transform: rotate(-90deg); /* Opera */
The "Same Origin" security policy | JavaScript Tutorial
The Gym Website Template | WIX
An inspiring website template featuring vivid colors and modern design. Customize the text and add your own photos to promote your facilities, classes, and rates. Start editing to take your gym, sports club, or fitness center online!
Thumb Your Nose at the NSA With Raspberry Pi | Gadget Lab | Wired.com
true type Archives - Free Japanese Fonts - Free Japanese Fonts
Tryit Editor v1.8
Tutorial: Creating Seamless Textures - OpenClonk
Tweet Button | Twitter Developers
The Tweet Button is a small widget which allows users to easily share your website with their followers.
ul object JavaScript
Indicates an unordered list. To insert items into an unordered list (ul), use the li element. If you want to create an ordered list, then use the ol element.
Understanding border-image | CSS-Tricks
The new CSS3 property border-image is a little tricky, but it can allow you to create flexible boxes with custom borders (or drop shadows, if that's your t
Unleash the Power of Hardware-Accelerated HTML5 Canvas
HTML5 gives the broad population of Web developers a chance to leap forward in functionality, performance and speed when compared to native applications. Here's what you need to know about hardware acceleration of the HTML5 canvas element.
Using Multiple JavaScript Onload Functions
When scripts are written they're used to accomplish a given task, such as creating a rotating picture gallery, or to validate a form. For each task, a separate script is necessary. Often, a script is called using an onload function.
Using Web Worker
Using web workers - Web developer guide | MDN
Dedicated Web Workers provide a simple means for web content to run scripts in background threads. Once created, a worker can send messages to the spawning task by posting messages to an event handler specified by the creator.