This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# <bitbar.title>Hacker News</bitbar.title> | |
# <bitbar.author>Joe Canero</bitbar.author> | |
# <bitbar.author.github>caneroj1</bitbar.author.github> | |
# <bitbar.image>https://i.imgur.com/bghlATz.png</bitbar.image> | |
require 'net/http' | |
require 'json' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# <bitbar.title>Hacker News</bitbar.title> | |
# <bitbar.author>Joe Canero</bitbar.author> | |
# <bitbar.author.github>caneroj1</bitbar.author.github> | |
# <bitbar.image>https://i.imgur.com/bghlATz.png</bitbar.image> | |
require 'net/http' | |
require 'json' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { BLOCKS } from '@contentful/rich-text-types'; | |
import { documentToHtmlString } from './lib'; | |
import BlogPostBlockquoteEmoji, { | |
contentfulId as BLOCKQUOTE_EMOJI, | |
} from '../BlogPostBlockquoteEmoji'; | |
import BlogPostCaption, { contentfulId as CAPTION } from '../BlogPostCaption'; | |
import BlogPostColumns, { contentfulId as COLUMNS } from '../BlogPostColumns'; | |
import BlogPostImage from '../BlogPostImage'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bookmark-item .toolbarbutton-text { | |
display: none !important; | |
} | |
#bookmarks-ptf toolbarbutton.bookmark-item:hover .toolbarbutton-text, | |
#bookmarks-ptf toolbarbutton.bookmark-item[image]:not([image=""]):not([container="true"]):hover .toolbarbutton-text, | |
#bookmarks-ptf toolbarbutton.bookmark-item[container="true"]:hover .toolbarbutton-text, | |
#bookmarks-ptf toolbarbutton.bookmark-item[image=""]:not([container="true"]):hover .toolbarbutton-text, | |
#personal-bookmarks toolbarbutton.bookmark-item:hover .toolbarbutton-text, | |
#personal-bookmarks toolbarbutton.bookmark-item[image]:not([image=""]):not([container="true"]):hover .toolbarbutton-text, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
chart: { | |
renderTo: 'container', | |
type: 'areaspline', | |
backgroundColor: 'transparent' | |
}, | |
title: { | |
text: "" | |
}, | |
xAxis: [{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include "ring.h" | |
void ring_init(Ring* r, int size) { | |
r->data = malloc(sizeof(int)*size); | |
r->capacity = size; | |
r->actualSize = 0; | |
r->write_cursor = 0; | |
r->read_cursor = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 26995d46adb2593788c5849c580b1be1bd601750 Mon Sep 17 00:00:00 2001 | |
From: Fedonono <[email protected]> | |
Date: Fri, 28 Jun 2013 18:20:53 +0200 | |
Subject: [PATCH] Command vehicule+magmaw | |
--- | |
src/server/game/Entities/Vehicle/Vehicle.cpp | 2 +- | |
8 files changed, 2801 insertions(+), 393 deletions(-) | |
create mode 100644 src/server/scripts/EasternKingdoms/BlackwingDescent/blackwing_descent.cpp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>group5</groupId> | |
<artifactId>GeneticAlgorithm</artifactId> | |
<version>1.0-SNAPSHOT</version> | |
<packaging>jar</packaging> | |
<name>GeneticAlgorithm</name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-shade-plugin</artifactId> | |
<version>1.2.2</version> | |
<executions> | |
<execution> | |
<phase>package</phase> | |
<goals> | |
<goal>shade</goal> | |
</goals> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>berlios</groupId> | |
<artifactId>jmathplot</artifactId> | |
<version>39</version> | |
<type>jar</type> | |
<scope>system</scope> | |
<systemPath>${project.basedir}/libs/berlios/jmathplot.jar</systemPath> | |
</dependency> |
NewerOlder