/endsoft/ - Endsoft

New Software Projects by Endchan Users

Boards | Magrathea | Catalog | Bottom

Check to confirm you're not a robot
Name
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Remember to follow the rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096


Promote your project, Discuss coding, Get feedback, notify your userbase. Start a thread to promote your software project. Post in the requests cyclic for new projects.


Sticky Thread Endwall 08/21/2016 (Sun) 04:20:29 [Preview] No. 1 [Reply] [Last 50 Posts]
Endsoft
The place for software development on Endchan

>>>/endsoft/

RULEZ:
1) Follow the Global Rules
2) No Spam
3) No Child Explotation Material

Do you have a new idea for a software project?

Are you working on something cool and want to share it with the community?

Do you have a request for a software project or an idea for a piece of software that could help you do your daily tasks better?

Create a thread about it and share your ideas. Link to your existing projects or to your git instance.

Message too long. Click here to view full text.

Edited last time by Endwall on 07/24/2017 (Mon) 12:21:59.



(37.67 KB 640x638 TheGuyWithThePlug.jpg)
OPSEC failure Detroit 01/27/2020 (Mon) 06:16:57 [Preview] No. 35 [Reply] [Last 50 Posts]
Mandy really?



Git repos Endwall 12/04/2016 (Sun) 06:42:18 [Preview] No. 3 [Reply] [Last 50 Posts]
This thread will list git repos and provide instructions for setting up and maintaining a repository.

https://github.com
https://gitgud.io

If you know of any other good git repos post them below. Also any onion based git repos.
Edited last time by Endwall on 12/04/2016 (Sun) 06:43:29.


Anonymous 12/04/2016 (Sun) 12:06:47 [Preview] No. 4 del
gitlab.com
But their servers were really slow last time I used them.


Anonymous 09/25/2018 (Tue) 23:48:27 [Preview] No.30 del
come on ppl

savannah.gnu.org
savannah.nongnu.org
notabug.org
repo.or.cz
puscza.gnu.org.ua
git.psii2pdloxelodts.onion which is on i2p.rocks which means they have i2p domain.


Endwall 09/27/2018 (Thu) 04:14:24 [Preview] No.34 del
>>30
Hey thanks, keep the info and suggestions coming!



Non Security Products Endwall 02/21/2017 (Tue) 22:21:59 [Preview] No. 5 [Reply] [Last 50 Posts]
Non Security Products

This thread is for Non-Security related products.

I have created a software script that may be useful but is not a security product. Other products of a simillar vein will be discussed here.
17 posts omitted.


Endwall 06/17/2018 (Sun) 00:42:30 [Preview] No.28 del
DATELOOP
dateloop.sh
DATELOOP: a terminal clock with positioning for use in tmux.

USAGE: dateloop --option --option
dateloop --help # print usage information
dateloop --version # print version information
dateloop # standard left justified clock
dateloop --right # right justified clock
dateloop --mid # center justified clock
dateloop --left # standard left justified clock
dateloop --update 2 # time update is 2 seconds
dateloop --buffer 5 # Line buffer is 5 lines
dateloop --update 2 --buffer 5 --mid # place in middle 2 seconds 5 lines

uses the date command to make a terminal clock. I use this in tmux to put a clock in the middle of the top of the screen by making a window with CNRTL+b ; : ; split-window -l 60 , then I call

Message too long. Click here to view full text.



Endwall 06/17/2018 (Sun) 00:56:56 [Preview] No.29 del
I'll start working on reorganizing endstream.sh for livestream news channel by state group sometime after July 10 2018. After that I should have winstream.bat ported to the latest channels from endstream sometime before August. After that I'll be getting ready for back to school in September. I'll work on the BSD ports sometime in September when I transition my online task computer to my OpenBSD station. I'll keep my parabola station online just for watching TV.


Anonymous 09/26/2018 (Wed) 00:52:07 [Preview] No.31 del
Telegram channels fetching in your browser, as iframes.

Without JS:
[code]
CH="gayasylum" FROM=170 TO=199 (echo "data:text/html;base64,"; (for i in
seq FROM $TO
; do echo "<iframe src=\"{i}?embed=1\"></iframe>";">http://t.me{CH}/${i}?embed=1\"></iframe>"; done)|base64)|xclip
[/code]
Change the ch, from and to bits, run this and paste your X11 primary selection into your browser. Don
t do big (> 100) ranges, you may get hiccups. Well, you *will* get them anyway, but t.me won
t give out htmls as requested on many simultaneous attempts.

With JS:
[code]
(echo "data:text/html;base64,";(echo '<script>(function(){var max = 500; var i = 1; var timer = setInterval(function(){if (i <= max) {var el = document.createElement("iframe"); el.src=("http://t.me/gayasylum/" + i + "?embed=1"); document.body.appendChild(el); i += 1;} else {clearInterval(timer);}}, 500);}());</script>' | base64))|xclip
[/code]

Your points of interest are values of max, i and the /gayasulum/ thing. And a timer value, the second 500.


Anonymous 09/26/2018 (Wed) 00:56:16 [Preview] No.32 del
>>31
Oops, we need [code] tags enabled in here.
Everything garbled up.



Software Project Requests Endwall 08/21/2016 (Sun) 04:39:14 [Preview] No. 2 [Reply] [Last 50 Posts]
REQUEST THREAD
Do you have an idea but don't know how to get it started? Talk about it here.

Post a request for software, and specify its features. Someone might see the request and make it.

Do you need a team of volunteers? Make a request and get some volunteers to work on your project.


Anonymous 06/15/2018 (Fri) 23:27:26 [Preview] No.23 del
Yeah, can you make a more updated pdfclean.sh?


Endwall 06/16/2018 (Sat) 18:00:36 [Preview] No.24 del
>>23

Sure. Got any suggestions? What features need to be added? Any new cleaning methods that I should be aware of ? If you have some ideas, please share.

I'll take another look at this product and see if I can implement some of the non-working features. However, I'm busy with real world stuff for the rest of June, so it might be a while.


Endwall 06/16/2018 (Sat) 19:26:48 [Preview] No.25 del
I've updated the instructions to grab origami from

https://github.com/gdelugre/origami

I'm going to add in pdf2pdfa in the workflow. I'll tack this on after ghost script reconstructs the file.

######################################################
pdf2pdfa [<PDF-file>] [-o <output-file>]
Enforces a document to be rendered as PDF/A.
This will disable multimedia features and JavaScript execution in Adobe Reader.
Bug reports or feature requests at: http://github.com/gdelugre/origami

Options:
-o, --output FILE Output PDF file (stdout by default)
-h, --help Show this message
##########################################################

Message too long. Click here to view full text.



Endwall 06/16/2018 (Sat) 19:45:00 [Preview] No.26 del
# STEP 4) DOWNLOAD origami git
# $ cd ~/git
# $ torsocks -i git clone https://github.com/gdelugre/origami.git
# $ cd ~/bin
# $ mkdir -p ~/bin/config
# $ cp ~/git/origami/bin/config/pdfcop.conf.yml ~/bin/config/
# $ ln -s ~/git/origami/bin/pdfcop pdfcop
# $ ln -s ~/git/origami/bin/pdfmetadata pdfmetadata
# $ ln -s ~/git/origami/bin/pdf2pdfa pdf2pdfa


This works now. I'll update the files in a bit.

I still haven't retested mat or worked with veraPDF yet. Any other suggestions for workflow or features would be of great assistance. Post below or in the Endware thread on >>>/os/ .Thanks.


Endwall 06/16/2018 (Sat) 23:23:54 [Preview] No.27 del
>>26

I have made some changes, and updated the files in their repositories. If you have any ideas for new cleaning methods, or new products, make a request here or in the Endware thread. I'm busy until mid July with some real stuff, but if it catches my interest I might work on stuff and turn it around in a day or two.

My next planned project is to port the channels from endstream.sh into winstream.bat. Once I have a the winstream.bat port up to scratch, then next thing will be to reorder the livestream channels by grouping channels by state. I might regroup the livestream channels before I do the winstream port just to make my life easier, but that's like a 20 hour job, I'll do it over a couple of days when I feel like it. Then I'm done with that product for a while, I might only update it once every month after that point, just to fix or repair and remove channels.

After that, then I'm migrating my day to day operations onto OpenBSD, at that point the OpenBSD ports will start picking up. They're behind because I only jump on my Sun machine when I have to be sensitive online, which is rare these days. Most of the time I'm online on my Parabola/GNU/Linux/Systemd/Intel/ME/NSA/CIA box flipping channels on Endstream, which is why it gets worked on more than my other products. My sun machine is too slow to stream video, its like 5 fps with jitter and freezing with mpv streaming the lowest quality bit rate from youtube. I hate computers.