Skip to content

Instantly share code, notes, and snippets.

View wa1one's full-sized avatar
😃
doing wonderful

Volodymyr wa1one

😃
doing wonderful
View GitHub Profile
[2023.03.10-12.31.47:942][ 0]LogInit: Using SDL_WINDOW_VULKAN
[2023.03.10-12.31.48:170][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_INTEL_nullhw
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_MESA_device_select
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_MESA_overlay
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_NV_optimus
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_acquire_drm_display
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_acquire_xlib_display
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_report
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_utils
[2023.03.10-12.31.48:171][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_direct_mode_display
# Environment settings
1. Install Java [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
2. Install Intellij [IDE](https://www.jetbrains.com/idea/)
3. Install Gradle build system. [More details](https://gradle.org/install/)
4. Open project with tests in IDE
5. Open in IDE *File* -> *Project Structure* set project SDK. Click *New* -> + *JDK*. Set path to installed JDK
6. Open in IDE *File* -> *Settings* -> *Plugins*. Search plugin "*Cucumber for Java*". IDE displayed "No plugins found". Click "Search in repositories". Click *Install*
7. At **HooksWeb** change ip and port of application
0xcA4fD347d172E0123C6056dAD5F6860b3eA9250a
0xba743bcf558e8a56142dbab9500f7a7ff5b63591
0.01902168 + 0.0181 = 0.03712168
./comander.js vote 2479000730676084223149553133706844027360870537909042612734337314800913856 3 0xE2201Ef12c3216750513F900fea533eeEa63e7EF
./comander.js validators
./comander.js deposit
./comander.js balance 0x2bf64b0ebd7ba3e20c54ec9f439c53e87e9d0a70
./comander.js validator
@wa1one
wa1one / gist:c77b432628f400978672
Created October 10, 2015 10:28
Nginx config kohana + pgadmin in subfolder
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
root /var/www/html/oto.kz/;
index index.php;
# Make site accessible from http://localhost/
server_name oto.kz;
location / {