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
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
public static function RankBeatmapNew() {
global $URL;
global $ScoresConfig;
try {
if (!isset($_POST["beatmaps"])) {
throw new Exception("Invalid form data");
}
$bsid = -1;
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
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 |
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"time" | |
) |
const Discord = require('discord.js'); | |
const client = new Discord.Client(); | |
var rclient = require('redis').createClient({ | |
host : 'localhost', | |
port : 6379, | |
no_ready_check: true, | |
auth_pass: '' | |
}); | |
client.on('error', function(err){ |
unbindall | |
bind "0" "slot10" | |
bind "1" "slot1" | |
bind "2" "slot2" | |
bind "3" "slot3" | |
bind "4" "slot4" | |
bind "5" "slot5" | |
bind "6" "slot6" | |
bind "7" "slot7" | |
bind "8" "slot8" |
<?php | |
session_start(); | |
class DirectoryListing { | |
/* | |
==================================================================================================== | |
Evoluted Directory Listing Script - Version 4 | |
www.evoluted.net / [email protected] | |
==================================================================================================== | |
SYSTEM REQUIREMENTS |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Test</title> | |
<style media="screen"> | |
body { | |
margin: 0; | |
background: #000000 url(images/background.jpg) no-repeat top; | |
font: normal medium "Verdana", Arial, Helvetica, sans-serif; |
#!/bin/bash | |
#tugasjordan | |
echo "masukan nilai pertama: " | |
read nilai1 | |
echo "masukan nilai kedua: " | |
read nilai2 | |
echo "pilih tipe operasi" |