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 | |
|
|
Australia databases | 2 | 930 |
Aug 30, 2026, 11:59 AM Last Post: suicided |
|
| Naz.api | 1 | 1,016 |
Aug 30, 2026, 11:58 AM Last Post: suicided |
||
| Buy Switzerland data base | 2 | 1,239 |
Aug 30, 2026, 11:58 AM Last Post: suicided |
||
| looking for the data | 1 | 992 |
Aug 30, 2026, 11:57 AM Last Post: suicided |
||
| Fuck facebook | 2 | 1,005 |
Aug 30, 2026, 11:56 AM Last Post: suicided |
||