sudo su
yum remove -y iwl*-firmware
yum install -y epel-release
yum update -y
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use Data::Dumper; | |
use Config::IniFiles; | |
use IO::CaptureOutput qw/capture/; | |
# Absolute path to steamcmd.sh/exe |
private final static float ONE_THIRD = 1/3f; | |
private final static float TWO_THIRDS = 2/3f; | |
/** | |
* Converts a vector of hue, saturation, and value into a vector of red, green, and blue | |
* | |
* @param hsv {@code com.badlogic.gdx.Vector3}, X set to hue (0-360), Y to saturation (0-1), and Z to value (0-1) | |
* @return {@code com.badlogic.gdx.Color} | |
*/ | |
private Color hsv2rgb(Vector3 hsv) { |
#!/bin/bash | |
### httpdensite --- Bash script to enable or disable a site in httpd. | |
### Author: ayan4m1 <[email protected]> | |
### Based on nginx_ensite by author: António P. P. Almeida <[email protected]> | |
### Permission is hereby granted, free of charge, to any person obtaining a | |
## copy of this software and associated documentation files (the "Software"), | |
### to deal in the Software without restriction, including without limitation |
PATH
C:\openssl\
rake -rdevkit
to create a makefile, compile and test the native codegem build
Notes:
test_bad_server
hangs indefinitely for me on win 8.1 x64.#!/usr/bin/perl | |
use strict; | |
my $steamPath = "C:\\Steam\\steamcmd"; | |
my $loginCmd = "+login anonymous"; | |
my $quitCmd = "+quit"; | |
my $games = { | |
'DirectoryUnderRoot' => SteamAppId |