See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
# Commercial National Security Algorithm (CNSA) Suite Application | |
# Applies CNSA 1.0 for OpenSSH | |
# Algorithm used is much more beyond the commercial cryptography approved | |
# to protect NSS systems up to the TOP SECRET level. | |
rm /etc/ssh/ssh_host_* | |
ssh-keygen -t rsa -b 8192 -f /etc/ssh/ssh_host_rsa_key | |
ssh-keygen -t ecdsa -b 521 -f /etc/ssh/ssh_host_ecdsa_key |
var request=new XMLHttpRequest;request.open("POST","https://companion-api.battlefield.com/jsonrpc/web/api?Emblems.newPrivateEmblem",!0),request.onreadystatechange=function(){if(request.readyState==XMLHttpRequest.DONE){var e=JSON.parse(request.responseText);e.result?window.location.href=window.location.href.replace("/new","/edit/")+e.result.slot:alert("Error")}},request.setRequestHeader("Content-Type","application/json;charset=UTF-8"),request.setRequestHeader("X-GatewaySession",localStorage.gatewaySessionId),data={jsonrpc:"2.0",method:"Emblems.newPrivateEmblem",params:{data:'[{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":193.024727256,"height":283.610264383,"width":341.4101049164,"asset":"Square","selectable":false,"left":163.7280409639,"fill":"#764B3B"},{"opacity":1,"angle":139.0486771053,"flipX":false,"flipY":false,"top":726.450461304,"height":1259.2651522749,"width":820.7547591974,"asset":"Wing1","selectable":false,"left":501.0211582229,"fill":"#000000"},{"opacity":0.85,"angle":179.331273152,"fli |
https://registrationcenter-download.intel.com/akdlm/irc_nas/8462/parallel_studio_xe_2015_update6_setup.exe | |
parallel_studio_xe_2015_update6_setup.exe |
#include <boost/multiprecision/cpp_bin_float.hpp> | |
#include <iomanip> | |
#include <iostream> | |
#include <numeric> | |
#include <string> | |
#include <vector> | |
using mp_float = boost::multiprecision::cpp_bin_float_100; |
#include <cmath> | |
#include <cstdint> | |
#include <cstdio> | |
#include <iomanip> | |
#include <iostream> | |
constexpr uint64_t mask = 0x7fffffffffffffff; | |
constexpr double d1 = -3.1415926; | |
void print(double (&func)(double), double x) { |
route = 8.0.0.0/255.0.0.0 | |
route = 58.0.0.0/255.0.0.0 | |
route = 23.0.0.0/255.0.0.0 | |
route = 117.0.0.0/255.0.0.0 | |
route = 199.0.0.0/255.0.0.0 | |
route = 190.0.0.0/255.0.0.0 | |
route = 198.0.0.0/255.0.0.0 | |
route = 173.0.0.0/255.0.0.0 | |
route = 174.0.0.0/255.0.0.0 | |
route = 168.0.0.0/255.0.0.0 |
/* | |
* OJ中加速IO常用的代码片段 | |
* Author Jacob C | |
* THU_ID 2014010812 | |
*/ | |
//OJ中常用的头文件和预编译指令 | |
#ifndef _OJ_ | |
#define DEBUG | |
#endif |
NOIP2018 初赛 get√ |