Skip to content

Instantly share code, notes, and snippets.

View abderraouf-adjal's full-sized avatar

Abderraouf Adjal abderraouf-adjal

  • Algeria
View GitHub Profile
@abderraouf-adjal
abderraouf-adjal / gnu_linux_links.txt
Last active October 8, 2022 16:51
روابط مفيدة حول جنو/لينكس
@abderraouf-adjal
abderraouf-adjal / frostwire-desktop_441.diff
Created March 8, 2015 12:40
frostwire/frostwire-desktop/pull/441
64,67c64
< if(supportsIdleTime())
< return idleTime();
<
< return 0;
---
> return (supportsIdleTime() ? idleTime() : 0);
78,85c75
< if(isLoaded) {
< if(OSUtils.isGoodWindows())