username public profile information
@recourse
Found 104 profiles across 104 platforms.
- Active since
- Jan 1, 2005
- Last seen
- May 11, 2026
- Verified
- 1 platform
- Reach
- 702
- Snapshot
- May 13, 2026
@recourse
Joined: Jan 13, 2016
+6 more fields

Joined: Nov 9, 2023
Last active: Oct 7, 2025
+4 more fields
@Recourse
Joined: Jan 2, 2023
+11 more fields
@recourse
Joined: Jan 1, 2015
Former Stock Broker - Consultant for private companies looking to go public - E-Commerce Amazon FBA Seller
+2 more fields
@Recourse
+2 more fields
+13 more fields
submit stats
@recourse
+5 more fields
Joined: Jan 5, 2020
Last active: Jan 5, 2020
+7 more fields
genres
skills
Joined: Jun 28, 2022
Last active: Oct 31, 2025
+4 more fields
Joined: Mar 31, 2015
+3 more fields
@recourse
Joined: Apr 14, 2025
+6 more fields
pseuds
Location: Dallas, US
Joined: Mar 31, 2009
Last active: Mar 31, 2009
+3 more fields
ratings
@recourse
Joined: Dec 5, 2020
+15 more fields
Musical Zealot. Often found being attacked with rolled-up copies of The Guardian.
Joined: Aug 10, 2017
+11 more fields
categories
@Recourse
Joined: Feb 27, 2019
+5 more fields
ratings
+1 more fields
@recourse
Joined: Aug 9, 2019
Last active: Aug 9, 2019
+2 more fields
Location: Ponte Vedra Beach, FL
Joined: Feb 13, 2018
Last active: Feb 14, 2018
+12 more fields
+5 more fields
social links
Telegram: @Justice
Joined: Sep 9, 2025
+2 more fields
Location: New Delhi, India
Joined: Jun 25, 2019
+2 more fields
Joined: Jul 18, 2018
+3 more fields
groups
Last active: May 23, 2020
+3 more fields
+1 more fields
+2 more fields
Joined: Feb 16, 2016
+16 more fields
membership roles
Joined: Jun 25, 2018
Last active: Jun 25, 2018
+5 more fields
all kinds of stuff y aknow.
Joined: Jun 30, 2024
+8 more fields
@Recourse
Joined: Aug 11, 2021
Last active: Aug 11, 2021
+10 more fields
groups
Joined: Aug 28, 2022
+3 more fields

no idea what i'm doing with my life. :D
Joined: Jun 8, 2015
Last active: Nov 24, 2023
+5 more fields
Joined: Jan 31, 2014
Last active: Oct 4, 2015
+4 more fields
@recourse
No information given.
Joined: Mar 15, 2018
+5 more fields
former usernames
@recourse
Joined: Jan 13, 2010
+4 more fields

I like irrelevant artists 😩💦
Location: US
+10 more fields
@recourse
+3 more fields
Joined: Apr 11, 2023
+2 more fields
@recourse
Joined: Aug 1, 2017
+1 more fields
badges
@recourse
Location: New Zealand
Joined: Aug 1, 2017
+1 more fields
badges
Joined: Sep 4, 2015
+8 more fields
courses
roles

+8 more fields
@recourse
Location: New Zealand
Joined: Aug 1, 2017
+1 more fields
badges
Joined: Oct 24, 2024
Last active: Jul 24, 2025
+3 more fields
achievements
badges
Location: Easton, MD
Last active: \">
+2 more fields
@recourse
Location: British Columbia, Canada
+10 more fields
satisfaction
interested in
@Recourse
+5 more fields
installed apps
Recourse is an online shop on etsy currently selling framed original photography.
Joined: Aug 9, 2014
+2 more fields
bjj tech nerd guy.
Joined: Nov 3, 2023
Last active: Nov 3, 2023
+1 more fields
+4 more fields
+1 more fields
Location: France
Joined: Sep 8, 2019
+2 more fields
Location: 四川
+10 more fields
no idea what i'm doing with my life. :D
+4 more fields
links

i used to have a nice long detailed about section but then i got sick of it
Location: new york
Joined: Jan 3, 2016
Last active: Aug 22, 2016
+5 more fields
Location: Earth
Joined: Jul 10, 2024
Last active: Aug 13, 2025
+5 more fields
+1 more fields
recent thread
Joined: Dec 13, 2016
+3 more fields

1. a source of help in a difficult situation [noun] 2. a place where you can put your mind at ease and enjoy the randomness in life [website] Submit Archive Ask // <![CDATA[ var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red" var sparkles=50; /**************************** * Tinkerbell Magic Sparkle * *(c)2005-11 mf2fm web-design* * http://www.mf2fm.com/rv * * DON'T EDIT BELOW THIS BOX * ****************************/ var x=ox=400; var y=oy=300; var swide=800; var shigh=600; var sleft=sdown=0; var tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) { var i, rats, rlef, rdow; for (var i=0; i<sparkles; i++) { var rats=createDiv(3, 3); rats.style.visibility="hidden"; document.body.appendChild(tiny[i]=rats); starv[i]=0; tinyv[i]=0; var rats=createDiv(5, 5); rats.style.backgroundColor="transparent"; rats.style.visibility="hidden"; var rlef=createDiv(1, 5); var rdow=createDiv(5, 1); rats.appendChild(rlef); rats.appendChild(rdow); rlef.style.top="2px"; rlef.style.left="0px"; rdow.style.top="0px"; rdow.style.left="2px"; document.body.appendChild(star[i]=rats); } set_width(); sparkle(); }} function sparkle() { var c; if (x!=ox || y!=oy) { ox=x; oy=y; for (c=0; c<sparkles; c++) if (!starv[c]) { star[c].style.left=(starx[c]=x)+"px"; star[c].style.top=(stary[c]=y)+"px"; star[c].style.clip="rect(0px, 5px, 5px, 0px)"; star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour; star[c].style.visibility="visible"; starv[c]=50; break; } } for (c=0; c<sparkles; c++) { if (starv[c]) update_star(c); if (tinyv[c]) update_tiny(c); } setTimeout("sparkle()", 40); } function update_star(i) { if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)"; if (starv[i]) { stary[i]+=1+Math.random()*3; if (stary[i]<shigh+sdown && starx[i]>0) { star[i].style.top=stary[i]+"px"; starx[i]+=(i%5-2)/5; star[i].style.left=starx[i]+"px"; } else { star[i].style.visibility="hidden"; starv[i]=0; return; } } else { tinyv[i]=50; tiny[i].style.top=(tinyy[i]=stary[i])+"px"; tiny[i].style.left=(tinyx[i]=starx[i])+"px"; tiny[i].style.width="2px"; tiny[i].style.height="2px"; tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor; star[i].style.visibility="hidden"; tiny[i].style.visibility="visible" } } function update_tiny(i) { if (--tinyv[i]==25) { tiny[i].style.width="1px"; tiny[i].style.height="1px"; } if (tinyv[i]) { tinyy[i]+=1+Math.random()*3; if (tinyy[i]<shigh+sdown && tinyx[i]>0) { tiny[i].style.top=tinyy[i]+"px"; tinyx[i]+=(i%5-2)/5; tiny[i].style.left=tinyx[i]+"px"; } else { tiny[i].style.visibility="hidden"; tinyv[i]=0; return; } } else tiny[i].style.visibility="hidden"; } document.onmousemove=mouse; function mouse(e) { set_scroll(); y=(e)?e.pageY:event.y+sdown; x=(e)?e.pageX:event.x+sleft; } function set_scroll() { if (typeof(self.pageYOffset)=="number") { sdown=self.pageYOffset; sleft=self.pageXOffset; } else if (document.body.scrollTop || document.body.scrollLeft) { sdown=document.body.scrollTop; sleft=document.body.scrollLeft; } else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) { sleft=document.documentElement.scrollLeft; sdown=document.documentElement.scrollTop; } else { sdown=0; sleft=0; } } window.onresize=set_width; function set_width() { if (typeof(self.innerWidth)=="number") { swide=self.innerWidth; shigh=self.innerHeight; } else if (document.documentElement && document.documentElement.clientWidth) { swide=document.documentElement.clientWidth; shigh=document.documentElement.clientHeight; } else if (document.body.clientWidth) { swide=document.body.clientWidth; shigh=document.body.clientHeight; } } function createDiv(height, width) { var div=document.createElement("div"); div.style.position="absolute"; div.style.height=height+"px"; div.style.width=width+"px"; div.style.overflow="hidden"; return (div); } function newColour() { var c=new Array(); c[0]=255; c[1]=Math.floor(Math.random()*256); c[2]=Math.floor(Math.random()*(256-c[1]/2)); c.sort(function(){return (0.5 - Math.random());}); return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")"); } // ]]>
Joined: Nov 6, 2010
+3 more fields
@recourse
Joined: Sep 4, 2009
+11 more fields
@Recourse
Joined: Jan 17, 2013
Last active: Sep 4, 2023
+7 more fields
Location: United States
Joined: Dec 28, 2015
+4 more fields
Joined: Jan 24, 2014
Last active: Apr 30, 2026
+3 more fields
Location: US
+7 more fields
My Funny Collection
Joined: May 7, 2014
+5 more fields
+10 more fields
genres
About ReCourse
+1 more fields
links
@recourse
+3 more fields
@RecOurse
Joined: Nov 6, 2025
+6 more fields
awards
Joined: Aug 5, 2021
+4 more fields
@recourse
Joined: Feb 2, 2025
+4 more fields
Joined: Sep 15, 2023
Last active: May 28, 2025
+2 more fields
+5 more fields
Joined: May 13, 2007
+2 more fields
Location: Edmonton, Canada
Joined: Jun 29, 2015
+10 more fields
@recourse
+6 more fields
@recourse
+1 more fields
I've been programming and designing circuits for about 35 years on computers such as the ZX81, VIC 20, Commodore 64, Amiga, Unix Boxes, Mainframes and then moved over to PC (and then augmented with MAC). I also hobby with Beagle, Rasberry Pi, Arduino, PIC and Atmel. Favourite language: C++ Most invigorating language: Assembler Worst language: COBOL Current languages used in my PC projects: C++, C#, Javascript and HTML Favourite OS: Ubuntu Passions are directed at 3D programming, Virtual Reality, Presentation Software and the Internet of things.
Location: Auckland, New Zealand
Joined: May 16, 2014
Last active: Jul 4, 2018
+16 more fields
@Recourse
+12 more fields
Location: Moscow, Russia
Last active: May 11, 2026
+6 more fields
support my music
Joined: Nov 27, 2019
Last active: Aug 18, 2025
+5 more fields
@recourse
+3 more fields
recent games
platforms
platforms
platforms
platforms
platforms
@recourse
I like to do something not only to strength myself ,but also improve my life level.I am a boy who like football,music and English learning. I also like to have a excursion, because I can relieve myself from my tedious study.
Location: China
Joined: May 19, 2020
+7 more fields
languages
@recourse
Email: [email protected]
Email: [email protected]
Email: [email protected]
Email: [email protected]
Email: [email protected]
Location: Canada, Montreal
+1 more fields
favorite styles
+3 more fields
@recourse
Joined: Apr 1, 2014
Last active: Feb 2, 2023
+10 more fields
@RECOURSE
Joined: May 9, 2010
Last active: May 9, 2010
+4 more fields
Run your own search
Search any username across 400+ platforms instantly with Fingerprint.