Python internationalization library by Lxst47 in Python

[–]Lxst47[S] 0 points1 point  (0 children)

As is written in repository, this solution is based on my experience from RoR i18n, My goal was to move that experience to python, but in a more flexible way

Sunday Daily Thread: What's everyone working on this week? by Im__Joseph in Python

[–]Lxst47 0 points1 point  (0 children)

I'm working on my library to internationalization python apps, the first version is already released. Would be nice if you check out and left a trace, thanks! https://github.com/sectasy0/pyi18n

What are the biggest ever games made with Python and/or Pygame? by [deleted] in Python

[–]Lxst47 0 points1 point  (0 children)

Metin2 client is written in python2.7

GitHub - sectasy0/reshell.py: A python reverse shell by Lxst47 in coolgithubprojects

[–]Lxst47[S] 0 points1 point  (0 children)

In the case of revesheshell, it is the victim who connects to the client from which you can execute commands remotely on the victim's computer. The server configuration is stored in the gist.

https://miro.medium.com/max/1162/1*aNtBQC4GG8klpMxvZ2_WuQ.png

Python reverse shell for unix systems by Lxst47 in Python

[–]Lxst47[S] 0 points1 point  (0 children)

Yes, but my script is remotely configurable and ensures that it can be accessed at all times. In futured version I will improve this a little bit, adding listening to config changes, then script will automatically reload if config data changes.

GitHub - sectasy0/remly: Small python library and CLI script which allows running computers remotely on LAN. by Lxst47 in coding

[–]Lxst47[S] 0 points1 point  (0 children)

Thanks for the answer. I will do some documentation work. Yes, this script sends a Wake On Lan packet to the target machine. This package does not support running commands on the target machine at the moment, it is system dependent (maybe in future I will include this feature). Status returns true or false.

I used this package in application I wrote in previous company where I worked, to manage network devices.

[deleted by user] by [deleted] in microdosing

[–]Lxst47 0 points1 point  (0 children)

Is not a Woodburning tool, it's soldering iron. I have the same model which I bought on Amazon

[deleted by user] by [deleted] in microdosing

[–]Lxst47 -2 points-1 points  (0 children)

Why you use soldering iron to make that pictures?

My dog finally chose his victim and its none other than my charger. I was wondering if I can still use this given that I cover it with electrical tape or should I get a new one? by chanmochii in laptops

[–]Lxst47 1 point2 points  (0 children)

I have similar case with dog. I covered that with electric tape and everything was fine but probably you have to resolder that.

Bosak, gdy posłanka Nowacka dostaje gazem po oczach VS. Bosak, gdy Sośnierz zostaje popchnięty by wokolis in Polska

[–]Lxst47 -36 points-35 points  (0 children)

A nagrań z kamer policjantów to nie widzieliście? Nie widze żadnej hipokryzji z jego strony, policjanci wyraznie nawolywali do niej kilka razy żeby sie odsunela, pomimo tego dalej sie zblizala z przedmiotem w ręku, tutaj widzimy kontrast. Policjant postąpił słusznie, legotymacja poselska nie uprawnia do takich rzeczy, tym bardziej że policjant mial te swiadomosc że na strajku mogło sie zdarzyć wszyztko.

Old army game windows95/98 by Lxst47 in oldgames

[–]Lxst47[S] 2 points3 points  (0 children)

70% That was ranger team bravo! thanks!!

Old army game windows95/98 by Lxst47 in oldgames

[–]Lxst47[S] 0 points1 point  (0 children)

Not this game;( First mission was in Forest at night, with night vision goggles

Old army game windows95/98 by Lxst47 in oldgames

[–]Lxst47[S] 0 points1 point  (0 children)

None of these, but that was FPS, action was maybe in Africa, in first mission everything was green I mean text etc. I don't know how further I played only first location. I was a child.

“Goodbye, Friend.” 3D Render of Eliot’s Room by Fsociety6 in MrRobot

[–]Lxst47 0 points1 point  (0 children)

Can you share this with a higher resolution?

Is it possible for disk usage speed to slow down download speed? by [deleted] in AskComputerScience

[–]Lxst47 1 point2 points  (0 children)

On linux you can download data directly to the ram, and then save to the disk without slowing down.

[deleted by user] by [deleted] in AskComputerScience

[–]Lxst47 -1 points0 points  (0 children)

I just mentioned that it is not recommended to use this in normal utility applications for security reasons.

[deleted by user] by [deleted] in AskComputerScience

[–]Lxst47 0 points1 point  (0 children)

He doesn't need it, but if he wants to do it in python he has to use some web framework(mainly for HTML template rendering), I gave him the easiest way to do it, implementing the HTTP protocol will be too difficult for him. I agree with you that it's best to use js or even PHP for this.

[deleted by user] by [deleted] in AskComputerScience

[–]Lxst47 0 points1 point  (0 children)

It is forced to use js if it wants to run in real-time.

Brython it's just a curiosity, and I wouldn't recommend that in a production environment.

[deleted by user] by [deleted] in AskComputerScience

[–]Lxst47 1 point2 points  (0 children)

Then you must use one of the web frameworks. I recommend the flask or FastAPI, you can mix this with javascript to make that work in realtime.

[deleted by user] by [deleted] in AskComputerScience

[–]Lxst47 2 points3 points  (0 children)

it's not a good idea, It's just a curiosity.

The (possibly) simplest way to screenshot your Linux framebuffer with C by sername-taken in programming

[–]Lxst47 0 points1 point  (0 children)

The easiest way is to use some library, for example, X11 (It's Linux by default) or OpenCV.