ppy/osu-wiki#1459 - Beatmapping
ppy/osu-wiki#1456 - Chat_Console
ppy/osu-wiki#1643 - Storyboards
ppy/osu-wiki#1650 - Beatmap Nominators
ppy/osu-wiki#1962 - Custom Sample Overrides
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"time" | |
) |
def verifyUser(userID, hashes): | |
""" | |
Activate `userID`'s account. | |
:param userID: user id | |
:param hashes: Peppy's botnet (client data) structure (new line = "|", already split | |
) | |
[0] osu! version | |
[1] plain mac addressed, separated by "." | |
[2] mac addresses hash set |
ppy/osu-wiki#1459 - Beatmapping
ppy/osu-wiki#1456 - Chat_Console
ppy/osu-wiki#1643 - Storyboards
ppy/osu-wiki#1650 - Beatmap Nominators
ppy/osu-wiki#1962 - Custom Sample Overrides
public static function RankBeatmapNew() {
global $URL;
global $ScoresConfig;
try {
if (!isset($_POST["beatmaps"])) {
throw new Exception("Invalid form data");
}
$bsid = -1;
ppy/osu-wiki#4162 - [ID] Beatmapping/*
ppy/osu-wiki#4169 - [ID] Update Beatmap Editor
ppy/osu-wiki#4241 - [ID] Beatmaps/*
ppy/osu-wiki#4385 - [ID] Add Performance Troubleshooting
ppy/osu-wiki#4517 - [ID] Add Submission
I hereby claim:
To claim this, I am signing this object:
Office 2016 (32-bit) on a 32-bit version of Windows
cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /dstatus
Office 2016 (32-bit) on a 64-bit version of Windows
cscript "C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus
Office 2016 (64-bit) on a 64-bit version of Windows
<?php | |
// example code | |
$text = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. | |
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a s |
#!/bin/bash | |
streamKey="MASUKINDISINI" | |
namaFile="data/youfi_anjing.mp4" | |
ffmpeg -re -stream_loop -1 -i $namaFile -c copy -f flv -flvflags no_duration_filesize rtmp://a.rtmp.youtube.com/live2/$streamKey |