Jefferson González

Results 35 issues of Jefferson González

This plugin allows a user to have its settings on ~/.config/lite/init.lua or ~/.lite/init.lua and adds one of those path to the package.path global variable to also let the user load...

Here are some nice suggestions that could be optionally applied (by a conf flag) into iptables and ip6tables at the start of the ddos daemon with neccesary /proc/sys/ changes... https://javapipe.com/ddos/blog/iptables-ddos-protection/

The idea would be to add the functionality to block a subnet with simultaneous connections into the server when exceeding a maximum allowed number of connections per subnet that gets...

So I have spend some time playing around with Samsung Dex and configuring my phone as a development machine that is portable and power efficient. Found about this project in...

A some time in future the wxPHP code generator has to be modified in order to generate code compatible with the improved PHP ZendEngine which is been modified to support...

wip

Since Kodi advertises that it should work on opengl 2.0 I tried running it with GL4ES but it seems glGetSynciv isn't wrapped over the GLES glGetSynciv. Looking at documentation it...

The [Cendric game](https://github.com/tizian/Cendric2.git) stopped working on commit b1fc44a55413a9571721e79b6e8b321cda70c99e The message shown on console is the following: ``` ... X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of...

The highlighter creates a coroutine for incremental tokenization, but each time a document is reset, re-opened, a command view executed, etc... a new co-routine is added and the previous one...

Category: Lua Core

This PR modifies the get_scale() C function used on main to calculate the initical scale by using a base width and height which works better than current strategy based on...

Category: Build System
Category: Lua Core
Category: C Core
Category: Documentation

This function accepts a path to a font and returns a table like the one below or nil with error message: ```lua { ["family"] = "Open Sans", ["fullname"] = "Open...

Category: C Core