- download OpenEmu-Experimental
- download BIOS package
- unarchive bios package
-
duplicate `SCPH5552.BIN` and rename it to `SCPH5501.BIN`
- open
Finder
and pressCMD + SHIFT + G
- fill in with
~/Library/Application Support/OpenEmu
and hitEnter
- open the
BIOS
folder, if it's not, create it. - copy
SCPH5500.BIN
,SCPH5501.BIN
,SCPH5502.BIN
from theBIOS package
folder you downloaded earlier. - open
OpenEmu
. - select
Sony PlayStation
from the left pane
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
require 'formula' | |
class Sshpass < Formula | |
url 'http://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz' | |
homepage 'http://sourceforge.net/projects/sshpass' | |
sha256 'c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e' | |
def install | |
system "./configure", "--disable-debug", "--disable-dependency-tracking", | |
"--prefix=#{prefix}" |
To improve weather.com, broadly the intent of the users need to be matched with what the site provides. Additionally, new market/user trends can be predicted. Putting trend prediction outside the scope of this doc currently.
User acquisition could be direct, search or social. Weather.com has a pretty high direct visits so people are largely landing on the home page itself. Hence the home page seems to be the correct indicator of what the site thinks users want.
- Your city weather is the most prominent offering but without a call to action button.
- A sensational weather news story & call to action button to read more.
I hereby claim:
- I am andreiconstantinescu on github.
- I am andrei0610 (https://keybase.io/andrei0610) on keybase.
- I have a public key ASB1Tj7DOktnR9QrofHJMNgDK8Hr9HEZjVPLNi6do4YYqwo
To claim this, I am signing this object:
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
movies={ | |
"The Prestige" => 5, | |
"Titanic" => 3 | |
} | |
exists = false | |
puts 'Write "add" to insert a movies' | |
choice=gets.chomp | |
case choice | |
when "add" |
#components/GuineaPigs.js
var React = require('react');
var GuineaPigs = React.createClass({
render: function () {
var src = this.props.src
return (
<div>
<h1>Cute Guinea Pigs</h1>
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
Sublime text setup | |
Extensions: | |
- Terminus | |
- Typescript | |
- Origami | |
- Git blame | |
- jsPrettier | |
Mouse config: |
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
const fs = require("fs"); | |
const exec = require("child_process").exec; | |
const sources = [ | |
"../assets/sounds/Da1.mp3", | |
"../assets/sounds/da aluminiu si imprumut.mp3", | |
"../assets/sounds/da bineinteles.mp3", | |
"../assets/sounds/da cum zice si peterson esti prost de ti pute tot.mp3", | |
"../assets/sounds/da da da da.mp3", | |
"../assets/sounds/da esti atata de pamant ca forma ta preferata e depresia.mp3", | |
"../assets/sounds/da exista cuie de sicriu mai putin batute n cap.mp3", |
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
Years ago, when I was backpacking across Western Europe, I was just outside Barcelona, hiking in the foothills of mount Tibidabo. I was at the end of this path, and I came to a clearing, and there was a lake, very secluded, and there were tall trees all around. It was dead silent. Gorgeous. And across the lake I saw, a beautiful woman, bathing herself. but she was crying... | |
I hesitated, watching, struck by her beauty. And also by how her presence; the delicate curve of her back, the dark sweep of her hair, the graceful length of her limbs, even her tears, added to the majesty of my surroundings. I felt my own tears burning behind my eyes, not in sympathy, but in appreciation of such a perfect moment. | |
She spied me before I could compose myself. But she didn't cry out. Instead our eyes held and she smiled, enigmatically, fresh tears still spilling down her cheeks. I was frozen. I knew nothing about this woman, and yet, as we stood on opposite sides of a pool of water, thousands of miles from my own home and eve |