Skip to content

Instantly share code, notes, and snippets.

@debloper
debloper / index.html
Created July 10, 2011 14:46
Complex Stripes with Repeating CSS Gradients - misses a soft color-blending!
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>CSS Repeating Gradients</title>
</head>
<body>
<section></section>
</body>
@debloper
debloper / clone.html
Created August 5, 2011 19:30
In a response to Chirag64's effort to CSS3-Animation [http://justinme.0fees.net] - and how to debulkify the AdobeEDGE/jQuery junks.
<!DOCTYPE HTML>
<html>
<!-- Just save it as a standalone HTML file and open in Firefox/Chrome/Safari -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Chiroo's Animation : Pirated by Debloper</title>
<style>
html, body { height: 100%; width: 100%; }
body { margin: 0; padding: 0; background: #EEE; }
@debloper
debloper / snapChrome.html
Created August 9, 2011 15:31
Here's a li'l bit of HTML, CSS & JS - it hangs chrome irrecoverably; can you work out WHY? ;) B)
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TRex - Let's Back Tweets Up</title>
<style>
body { background: #eee; }
form {
width: 640px; margin: auto; padding: 24px; display: table;
@debloper
debloper / index.html
Created December 14, 2011 11:37
Pulsating HTML Element with just pinchful of CSS Animation
<!DOCTYPE html>
<html>
<head>
<title>CSS Pulsator</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="pulsor">Pulsate!</div>
</body>
</html>
@debloper
debloper / index.html
Created December 31, 2011 10:24
CSS Borders: simpler implementation, coolness intact
<!DOCTYPE html>
<html>
<head>
<title>CSS Borders</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="zero"></div>
</body>
</html>
@debloper
debloper / xrandr.sh
Last active May 14, 2024 20:52
Add system unrecognized but monitor supported resolution in X
#!/bin/bash
# Copyright (c) 2021 Soumya Deb <debloper@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@debloper
debloper / detect.js
Created July 20, 2012 16:27
Feature-detecting old IE version
if (!window.addEventListener && !!window.attachEvent) {
console.log("IE lt 9");
} else {
console.log("IE gte 9");
}
@debloper
debloper / main.js
Created October 6, 2012 05:37
Restartless Addon Example
var contextMenu = require("context-menu");
var tabs = require("tabs");
var aboutContextMenu = contextMenu.Menu({
label: "About Pages",
contentScript: 'on("click", function (node, data) {' +
' postMessage(data.toString());' +
'});',
onMessage: function(url) {
tabs.open(url);
@debloper
debloper / theme.html
Last active October 13, 2015 23:08
Mozilla India Events Page Theme: http://events.mozillaindia.org
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>{Title} - Mozilla India</title>
<!-- Base theme "Clarus" by Benjamin Nathan <benjamin@benjaminnathan.nl> -->
Software Engineering Intern, Summer 2013 - North America
Positions are available in our North American offices.
The area: Engineering and Operations
Google is and always will be an engineering company. We hire people with a broad set of technical skills who are ready to tackle some of technology's greatest challenges and make an impact on millions, if not billions, of users. At Google, engineers not only revolutionize search, they routinely work on massive scalability and storage solutions, large-scale applications and entirely new platforms for developers around the world. From AdWords to Chrome, Android to YouTube, Social to Local, Google engineers are changing the world one technological achievement after another.
The role: Software Engineering Intern, Summer 2013