Extensible Netflow collector
A journaling library (commit log) written in java. Supports marking + recovery.
java id3 library I wrote years ago.
Python script to generate cassandra configuration directories and startup scripts.
GUI tool for monitoring and managing Cassandra clusters
Bitmap Indexing Primitives
Python generator based audio tools.
Depicts a method that messages could be replaced in future versions and written in a backwards-compatible manner.
Flight control software for an unmanned balloon
startedalessandrod/aya
started time in a day
startedsrid/rust-nix-template
started time in 11 days
issue openedreynico/raspberry-noaa
(ERROR) Not enough space on RAM
@reynico ...Having trouble decoding meteor passes. for several days I have been getting a few different errors.. the most frequent one is "INFO : The system doesn't have enough space to store a Meteor pass on RAM" .. Why is this occurring and how can it be fixed??? This error is ruining the meteor passes.. the odd thing is, even with that error, the SDR still seems to capture the pass and attempts to decode and rectify and do all that fancy stuff, except when the system tries to convert, a second error message appears "convert: length and filesize do not match `/var/www/wx/images/METEOR-M220210531-092150-122.bmp' @ warning/bmp.c/ReadBMPImage/839." the first several times this occurred, the pass didn't even get saved... however, the most recent time this happened, the file was uploaded to the web panel, but it was just a solid white image..
meteor issue.txt

created time in 20 days
issue openedreynico/raspberry-noaa
sharing one web panel for two noaa setups... How can this be done?
I am running this code on an existing raspberry pi setup but have recently decided that instead of receiving both noaa AND meteor on the same machine, I would like to run one pi dedicated to noaa 15, 18 and 19... and one machine for meteor only. I came to this conclusion because I have missed many opportunities of receiving meteor passes due to another noaa satellite pass overlapping a meteor pass, resulting in the meteor pass being ignored..
Originally, I had searched for a solution that would essentially allow me to insert a line of code somewhere, that in the most basic sense, looks at the scheduled passes and if it finds that an overlapping pass is scheduled, it would immediately tell the software "Hey, meteor is more important."... For example, if noaa15 is scheduled at 10:00am and meteor is scheduled for 10:02am, the software will always favor the meteor pass and ignore the noaa pass if it is an overlap with meteor... HOWEVER, I've searched everywhere and cannot seem to find any information that would lead me to a solution or way of accomplishing this.
As a simpler way of accomplishing that task, I decided that it would be easier to run one pi dedicated to noaa and a second pi dedicated to meteor, but now the problem I'm running into is how to tell both machines to upload their images to the same web panel.. In other words, I don't want to have to switch between two different web panels to see two different sets of images from two different pi's..
created time in 20 days
issue closedreynico/raspberry-noaa
passes are not being decoded.. not receiving any images[Error]
Describe the bug Everything seems to be installed and running as it should (i.e. the passes are scheduled correctly and pass times match up to what gpredict shows), but I get no images and no errors..
Screenshots and/or logs If applicable, add screenshots to help explain your problem. Logs are always welcome as well
Server information (please complete the following information):
- OS: Raspbian
- Python version 3.9.0
- SDR device nooelec nesdr smart
Additional context

closed time in 20 days
Dzewastarteddundee/gdu
started time in 20 days
pull request commentracker/node-elementtree
I see. Thanks for the quick response and info @Kami. Probably, I'll move away from taking a dependency on this lib because of it's age and relatively stale status.
comment created time in 20 days
pull request commentracker/node-elementtree
And it looks like I also don't have write access to this repo anymore so you will need to ping some other maintainer who has write / merge permissions.
comment created time in 20 days
pull request commentracker/node-elementtree
@auzmartist I haven't been mainlining this library for quite a while now, but the change looks good, and I'm fine with merging it.
Only thing which would still be good to do is to add another test case where we manually build XML using element tree constructors (as per my original comment above).
comment created time in 20 days
pull request commentracker/node-elementtree
@Kami - any plans to merge this PR? I've been using your library (thanks much!) to port some Python code but am running up against a bug due to this unmerged fix.
comment created time in 20 days
issue commentreynico/raspberry-noaa
passes are not being decoded.. not receiving any images[Error]
I should also note that I have been running the original NOAA setup for nearly a year now with perfect results and after "upgrading" to this newer version with the added UI and web panel, I've used the exact same settings and information as I had been using in the original version.. Not exactly sure what I have done wrong.. Hopefully I can get some help.
comment created time in 23 days
issue openedreynico/raspberry-noaa
passes are not being decoded.. not receiving any images[Error]
Describe the bug Everything seems to be installed and running as it should (i.e. the passes are scheduled correctly and pass times match up to what gpredict shows), but I get no images and no errors..
Screenshots and/or logs If applicable, add screenshots to help explain your problem. Logs are always welcome as well
Server information (please complete the following information):
- OS: Raspbian
- Python version 3.9.0
- SDR device nooelec nesdr smart
Additional context

created time in 23 days
startedWeeJeWel/wg-easy
started time in 23 days
startedpluja/awesome-privacy
started time in 24 days
started38/plotters
started time in 24 days
startedpsenough/teach_yourself_demoscene_in_14_days
started time in a month
issue closedracker/node-swiz
how to deal with nested json data?
Hello,
I am trying to figure out how to deal with nested json data, but I couldn't figure out how to correctly do it (from looking at the blogpost and unit tests, etc).
I have a nested json structure:
<pre> { some: 'data', compound: { and: 'something else', foo: { bar:1 } } } </pre>
I am trying to write Obj/Field definitions that can be used to validate this structure (compound.foo.bar isInt, compound.and isString)
Am I supposed to manually validate.check the 'compound' and 'foo' part of the deserialised json or is there a way (using serializerType?) to hint the validator to use a certain definition of the defs structure for a certain part of the JSON data?
So far I am able to validate the 'toplevel' structure, but the problem is validating the nested data.
(it seems the validation will clean any items not in the defs structure, so I need it to 'know' about the nested items)
closed time in a month
japjissue closedracker/node-swiz
It seems there is no valve chain.isData(String) yet. This would be usefull to validate JavaScript "Date" objects that serialize to strings
closed time in a month
japjstartedmadeindra/signal-setup-guide
started time in a month
startedqarmin/czkawka
started time in a month
startedsdmg15/Best-websites-a-programmer-should-visit
started time in a month
issue commentBerryWorksSoftware/edireader
Does edireader has builtin JSON output option?
Yes, there is an EDI to JSON facility built upon the core EDIReader parser, producing JSON output from EDI input. Take a look https://github.com/BerryWorksSoftware/edi-json https://github.com/BerryWorksSoftware/edi-json for samples of the JSON and description of features. Let me know if you have further questions, and I will be pleased to provide answers. We can arrange a phone conversation if you like.
Scott
On May 11, 2021, at 4:03 PM, Nick Akincilar ***@***.***> wrote:
Is there any sample code or project to output as JSON?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BerryWorksSoftware/edireader/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQDKPF25UDKFH3P27UM7RDTNGLSRANCNFSM44W47ZBA.
comment created time in a month
issue openedBerryWorksSoftware/edireader
Does edireader has builtin JSON output option?
Is there any sample code or project to output as JSON?
created time in a month
startedudzura/purua
started time in a month
startedryran/xsos
started time in a month