Skip to content

Instantly share code, notes, and snippets.

View nickdima's full-sized avatar

Nick Dima nickdima

  • musiXmatch
  • Bologna, Italy
View GitHub Profile
@nickdima
nickdima / imdb.json
Created February 9, 2014 11:53
Skrap output example
{
"movies": [
{
"title": "Spider-Man",
"year": "2002",
"poster": "http://ia.media-imdb.com/images/M/MV5BMzk3MTE5MDU5NV5BMl5BanBnXkFtZTYwMjY3NTY3._V1_SX32_CR0,0,32,44_.jpg"
},
{
"title": "The Amazing Spider-Man 2",
"year": "2014",
render = (pageName, action, args, tokens) ->
_render = require './render'
req = require './pages/' + pageName + '.cjsx'
if not isServer
req (page) -> _render page, action, args, tokens
else
page = req
_render page, action, args, tokens
@nickdima
nickdima / component.cjsx
Created July 13, 2015 20:28
Component Definition
class Component extends React.Component
@propTypes:
name: React.PropTypes.string
@defaultProps:
name: 'Nick'
state:
disabled: false

Component Definition

CoffeeScriptJavaScript
class Comp extends React.Component
@propTypes:
name: React.PropTypes.string
@nickdima
nickdima / server.coffee
Created September 23, 2015 15:03
Express + Webpack Dev Server
if process.env.NODE_ENV is 'development'
app.all /(^\/(js|css)\/(.+))|(hot-update\.(.+)$)/, (req, res, next) ->
url = 'http://localhost:3001' + req.originalUrl
callback = (error, response, body) =>
if body?
res.writeHead response.statusCode, response.headers
res.end(body)
else
next()
request(url, callback)
// Event that triggers as soon as the user syncs the first line.
// It will send the id of the track (subtitle).
syncatore.app.bind('onSyncStarted', function(id) {});
// Event that triggers as soon as the user has finished syncing all the lines and reached the last line.
// The data object sent has two properties: id and lyrics (the JSON object of the synced lyrics)
syncatore.app.bind('onSyncFinished', function(data) {});
javascript: function setCookie(c_name,value,exdays){var exdate=new Date();exdate.setDate(exdate.getDate()+exdays);var c_value=escape(value)+((exdays==null)?"":"; expires="+exdate.toUTCString());document.cookie=c_name+"="+c_value}setCookie('x-mxm-backend','i-1aa4f477',1);setCookie('x-mxm-bypass-webcache','1',1);
@nickdima
nickdima / dabblet.css
Created April 22, 2012 12:13
Lights Lyrics Card
/**
* Lights Lyrics Card
*/
@import url(http://fonts.googleapis.com/css?family=Codystar|Oleo+Script|Audiowide&subset=latin,latin-ext);
p.retro {
font-family: 'Codystar', cursive;
font-size: 3em;
line-height: 1.7em;
{
"metadata": {
"video_id": 40424,
"video_title": "Making Mirrors",
"video_artist": "Gotye",
"video_identifier": "rJOsjP33nF4",
"video_source": "1",
"video_url": "http://www.youtube.com/watch?v:L_fCdmvlsaI",
"subtitle_id": 11850,
"lyrics_id": 6471529,
{
"metadata": {
"track_id": 15953431,
"track_mbid": "29e201c3-5ca0-4391-a0a1-9ccd91722701",
"track_length": 61,
"lyrics_id": 7173301,
"instrumental": 0,
"subtitle_id": 28358,
"track_name": "Making Mirrors",
"track_rating": 100,