Swinging Image using CSS3 Animation

Submitted by Jeprox on
In this tutorial we are going to learn how to make an image swing continously using CSS3 keyframe animation. This effect has become popular for images like signs and discounts in websites for this they get the attention of the users or visitors. You can play around with the codes try to change the values and see the changes. Here's the complete source code: Swinging Image CSS3 Animation Swinging

Digital Clock Using Jquery

Submitted by jaredgwapo on
In this tutorial I am going to teach how on to create a digital clock that you can use in your systems or project. Just download the source code below for basis. and follow the instructions. DIRECTIONS INCLUDE THIS LINK IN YOUR HEAD TAG CSS CODE JAVASCRIPTS HTML CODE Digital Clock Using Jquery www.sourcecodester.com : :

Creating Shapes Using CSS3

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make shapes like pentagon, stars, circles and etc using CSS3. Just download the source and follow the directions below. DIRECTIONS DON'T FORGET TO INCLUDE THIS LINK INSIDE THE HEAD TAG CSS CODE (Save it as style.css) Code for Pentagon .pentagon { margin: 30px 0 0 0; /* cosmetic */ position: relative; width: 54px; border-width: 50px 18px 0; border

Adventure game in Python (Droid Adventure) - Text Based

Submitted by pdan250 on

Okay, i just finished programing a new droid adventure game. I got source codes from internet, pasted them on python, personalized everything, made a few changes in story, and VOILA! Here it is! Droids adventure game! Just copy the source code to your python shell, then run the module. Hope you have fun!

3D Portfolio Panel Page & Touch Screen Effects

Submitted by abfiph on
SASS and CSS We use SASS and Bourbon (http://bourbon.io/) for our resources. If you don't use SASS, just use the .css files that you find in the css folder. You can delete both sass and partials folders. Instructions: Just run on your normal desktop browsers & mobile browsers tool. Thanks & Enjoy. Hope you like it. I am happy if like my codes

Testing Directed or Undirected Graph From Adjacency Matrix

Submitted by Arup Kr Goswami on
This is a simple C source code written in gcc paltform (Ubuntu, Linux). It tests whether the adjacency matrix represents Directed or undirected graph. Actually This reads a text file & then checks the above condition. Change the path of the text file in code. Thanks.