Skip to content

Instantly share code, notes, and snippets.

View EslaMx7's full-sized avatar
🏠
Working from home

Eslam Hamouda EslaMx7

🏠
Working from home
View GitHub Profile
@EslaMx7
EslaMx7 / ProjectEuler.P1.cs
Created February 7, 2014 12:26
Project Euler Problem 1 Solution with C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsolesTests
{
class Program
{
@EslaMx7
EslaMx7 / ProjectEuler.P3.cs
Created February 7, 2014 12:14
Project Euler Problem 3 Solution with C#
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsolesTests
{
class Program
{
static void Main(string[] args)
{
@EslaMx7
EslaMx7 / ProjectEuler.P2.cs
Last active December 26, 2018 06:16
Project Euler Problem 2 Solution with C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsolesTests
{
class Program
{
@EslaMx7
EslaMx7 / index.html
Created July 8, 2013 15:27
A CodePen by Robert. Windows 8 style slider - On Hover move the <aside> (perhaps not the best element for this) to display the image hidden beneath it.
<div class="productShell">
<div class="productBox color-blue">
<aside><h4>Text Name Here</h4></aside>
<img src="http://placehold.it/240x240" />
</div>
<div class="productBox small color-green">
<aside><h4>Text Name Here</h4></aside>
<img src="http://placehold.it/240x240" />
</div>
@EslaMx7
EslaMx7 / index.haml
Created July 8, 2013 15:23
A CodePen by Hakim El Hattab. Cloudy Spiral CSS animation - Started building a loading indicator but ended up with this... thing.
.wrapper
- (1..62).each do
%i
%a{:href => "#black", :id => "black"}