Is there a way to access my entire sololearn directory of code via an import? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a way to access my entire sololearn directory of code via an import?

I use C++ and java mainly and my idea is to say import a previous class, possibly across platforms, for re-use into new code without deleting the old code.

22nd Jul 2017, 3:00 AM
Austin Dudley
Austin Dudley - avatar
3 Answers
+ 2
No. But you can access (and automatize) web site, so you can crawl at least part of yours... (I've started to write some such tool in Python, but can only access to publics ones -- I'm stuck on identification :P)
22nd Jul 2017, 8:00 AM
visph
visph - avatar
+ 1
I don't know if and when I will achieve it: I haven't still implemented save functions (already have functionnal public crawling, but a bit demotivated to be constraint to all public codes list instead listing only private code -- and so cannot automatize private codes download/import/save, but only manual, through copy-pasting of each private codes links ;P)... I've marked this thread to advertise for publication when and if enough done ;)
22nd Jul 2017, 9:08 AM
visph
visph - avatar
0
huh seems like an intrigueing project. i'd be interested in seeing the finished project.
22nd Jul 2017, 8:49 AM
Austin Dudley
Austin Dudley - avatar