Dec 08, 2023, 03:03 PM
To your keyboards
|
What is your Favorite Tools that you use in relation with BF ?
by asadabi - Friday December 8, 2023 at 03:03 PM
|
|
Dec 08, 2023, 03:03 PM
To your keyboards
Dec 12, 2023, 08:36 AM
Dec 12, 2023, 08:52 PM
i use C# to make clean csv-files, which i can import to my ms-sql-server. C# can read textfiles line by line and you can split/modify/clean the lines (delete sql-code etc) and write them to a clean-file. and it doesnt matter if the textfile have 1MB or 1TB. and of course you can just use the columns you need. i also use newtonsoft.json in C# for json-content. it parses the data and you can write an output-file as you wish
Dec 13, 2023, 09:02 AM
(Dec 12, 2023, 08:52 PM)leaktroll Wrote: i use C# to make clean csv-files, which i can import to my ms-sql-server. C# can read textfiles line by line and you can split/modify/clean the lines (delete sql-code etc) and write them to a clean-file. and it doesnt matter if the textfile have 1MB or 1TB. and of course you can just use the columns you need. i also use newtonsoft.json in C# for json-content. it parses the data and you can write an output-file as you wish Waouh! I didn't think about c#. Thanks ! I use bash, for parsing and filtering data in csv files, but I need to split files more than 1Go. (May be I have to increase my swap partition). Do you think C# more efficiency than bash or other language ? Recently, I wanted to switch from bash to python using pandas lib.
Dec 14, 2023, 01:08 AM
Hey !
I use python to parse the data, its not as fast as somthing like C# but its just much easier. Once I parse the data, into a JSON like object, I add it to an elasticsearch instance to later query it using a custom interface made in html css and javascript. I use flask as the middleman, to pass the login creds and handle the user input sanitation. It's still in beta stages. You can even create profiles on a specific person!
Dec 14, 2023, 10:12 AM
(Dec 14, 2023, 01:08 AM)capital-gains Wrote: Hey ! Waouh ! Interesting. I've never ever used elasticsearch. Thanks
Dec 15, 2023, 09:20 AM
What about Postgre databases ?
Dec 19, 2023, 01:39 PM
I've a big sql file with non ascii characters almost between every character. Did someone have an Idea to recover the original SQL file ?
I try strings command in linux but it seems to replace the non-ascii chars with breaklines.
Dec 19, 2023, 02:30 PM
Here is a sample of the original file :
Quote: Finally I used this command line on linux : sed 's/[^[:print:]]//g' "file_naeme" | sed 's/\[//g ; s/\]//g' ; |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| ID | 1 | 150 |
Feb 10, 2026, 06:27 PM Last Post: pine |
||
| THIS BOT HAVE +250M DATABASES LEAKS? | 1 | 213 |
Feb 09, 2026, 03:38 PM Last Post: pine |
||
| WTB Maillist canada and belgium | 3 | 225 |
Feb 08, 2026, 08:32 AM Last Post: Tanaka |
||
| Best database | 1 | 213 |
Feb 07, 2026, 03:22 PM Last Post: pine |
||
| I'm wondering if it's possible to hack a university's online journal? | 1 | 221 |
Feb 05, 2026, 06:55 PM Last Post: pine |
||