Skip to content

Instantly share code, notes, and snippets.

View louislefebvre's full-sized avatar
🎯
Focusing

Louis louislefebvre

🎯
Focusing
  • Berlin, Germany
View GitHub Profile
Build file '/Users/louislefebvre/Dev/Sierra/node_modules/react-native-android-notification-listener/android/build.gradle' line: 103
A problem occurred configuring project ':react-native-android-notification-listener'.
> Configuration with name 'compile' not found.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':react-native-android-notification-listener'.
@louislefebvre
louislefebvre / build_csfml.sh
Created January 30, 2018 13:58
install csfml fedora
#! /bin/sh
GRAPH_LIB_NAME="libc_graph_prog.so"
SFML_SOURCE_URL="http://www.sfml-dev.org/files/SFML-2.3.2-sources.zip"
CSFML_SOURCE_URL="http://www.sfml-dev.org/files/CSFML-2.3-sources.zip"
CSFML_ZIP="CSFML.zip"
SFML_ZIP="SFML.zip"
drawAPI("GetTickCount(): "..GetTickCount())
drawAPI("GetGameTimer(): "..GetGameTimer())
drawAPI("GetInGameTimer(): "..GetInGameTimer())
drawAPI("GetLatency(): "..GetLatency())
drawAPI("GetCursorPos().x: "..GetCursorPos().x)
drawAPI("GetCursorPos().y: "..GetCursorPos().y)
if mousePos then
drawAPI("mousePos.x: "..mousePos.x)
drawAPI("mousePos.y: "..mousePos.y)
drawAPI("mousePos.z: "..mousePos.z)