[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
A new Stupid question threads has been requested. So here it is.
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 25
Thread images: 5
File: serveimage.jpg (15 KB, 250x193) Image search: [Google]
serveimage.jpg
15 KB, 250x193
A new Stupid question threads has been requested. So here it is.
>>
File: notcashmoney.jpg (45 KB, 500x364) Image search: [Google]
notcashmoney.jpg
45 KB, 500x364
What "alternative" git hosts are there?

I need somewhere to host a morally ambiguous project. I know of neetcode and gitgud already. Ideally, signup would be by pubkey only, no need for email.

Pic related: what my uni would say if they found out I was writing such a project.
>>
What's a good encrypted mail host that works with Thunderbird (I don't know shit, I'm just trying into security so maybe it's incompatible)

Alternatively, what's the best Thunderbird replacement that would be more "secure"?
>>
>>53481873
You shouldn't trust or rely on the mail host to manage encryption, do it at the client level with enigmail or other such plugin, or even manually with GPG.
>>
>>53481873
>>53481903
So what that really means is "any", gmail, yahoo, protonmail, whatever, because unless they explicitly filter out mail they can't read (and none of those do), then it doesn't matter.
>>
>>53481856
What's your project?
> inbeefore you won't tell us
You can tell us
>>
>>53481922
The only thing the mail host can do is sell you out and pass on your IP address, client headers, etc, which although they may identify you, don't allow them or anyone else to read your messages.
I can't think of any mail provider which won't bend over to a warrant for this information, so there's not a lot there, just make sure your keys are password protected so if the FBI come knocking, they can't trivially use your seized keys to unlock your messages.

>>53481945
It's porn related. Nothing actually "wrong", I just don't want it to be associated with my normal account that my university peers, colleagues etc can see.
>>
What's a good program for monitoring your network / incoming or outgoing traffic from your computer?
>>
>>53481986
Wireshark/TCPdump to monitor what comes into or out of your PC.
Install and run on your router or mirror the router port on your main switch if you want network wide coverage.
>>
File: 1392144183149.gif (3 MB, 250x190) Image search: [Google]
1392144183149.gif
3 MB, 250x190
>>53481765
>>53481858 (OP)
https://thepiratebay.se/torrent/13642691/Slysoft_AnyDVD_7.6.9.0_Final___Patch_BRD___ElbyCDIO.dll

anyone use this with success? I don't feel like paying 140yurops for this shit when it should be free

>>53481905
windows 8.1 pro

go to Microsoft download center and get the ISO

http://windows.microsoft.com/en-US/windows-8/create-reset-refresh-media

Open the ISO in power ISO (not magic ISO it's malwaretier) edit the ei.cfg file to read like this

[EditionID]
Professional
[Channel]
Retail
[VL]
0


save it and then burn to a disc and install

install classic shell, disable active corners in classic shell settings

change MouseMonitorEscapeSpeed value to 1 in the registry if you are using multiple monitors

and finally download and run MStoolkit http://freemicrosofttoolkit.com/ I have used it with much success where activators like chew.wga no longer work


or you can do linux mint. it's up to you.

repost in case one of the threads gets deleted
>>
Do something, now there are 2 SQT!!!
>>53481858
>>53481765
>>
>>53481960
gitgud hosts the new webm for retards

try there
>>
I have X.org and i3 set up. Where do I go from here in terms of ricing?
>>
>>53482045
i3-gaps and alternative fonts. There's not much on i3 itself to rice. The rest should now be ricing your applications to a consistent theme.
>>
>>53480959
>>53481638
bump!
>>
>>53482035
Thanks, I knew about gitgud already but it looks like I'm going to go with it, it's the one that gets the most comments.
>>
I'm making a game in C and I want to keep the user from inputting a letter instead of a number. If they enter a letter the program crashes with my current code. How do I fix this?

do {
system("cls");
printf("1. New Game\n");
printf("2. Load Game\n");
printf("3. Options\n\n");
scanf("%d",&menu);

switch(menu)
{
case 1:
printf("\n");
printf("Go to character creation\n\n");
system("pause");
break;
case 2:
printf("\n");
printf("Load character\n\n");
system("pause");
break;
case 3:
printf("\n");
printf("Options Menu\n\n");
system("pause");
break;
default:
printf("\n");
printf("Please enter the correct number.\n\n");
system("pause");
}
}while( menu < 1 || menu > 3 );
>>
>>53482595
Don't use scanf with the %d option. Use %s with a bound on length, put it into a buffer of corresponding length, call strtol() on that, and check the return code.
>>
File: german.jpg (16 KB, 577x164) Image search: [Google]
german.jpg
16 KB, 577x164
I'm scraping a website with python and mechanize. Came across a problem here:

the content on the original site looks like pic related. But when I scrape the content, some of the text value and some tags are missing in the output. Everything else is there.

This is how (this part) of the output looks.
<tr><td align="center">
<img src="images/Art/gross/07 4343.jpg" border="1"></td></tr>
100 % Polyester</B></span></td></tr>
>>
>>53482967
Could be doing UA detection, but the frankly broken tags make me think otherwise.

Try using Selenium, which is similar to Mechanize (programmatically driven fat browser) but is much more up to date and maintained.
>>
>>53481765
you forgot to use "/sqt/"

your thread is mediocre

just like your life
>>
>>53481856
Gitgud is the best host right now. If your concerned about muh anon use cock.li to sign up
>>
File: images (1).png (5 KB, 485x303) Image search: [Google]
images (1).png
5 KB, 485x303
Is it possible to make graphics like this in cmd on Win32? Anyone got any links/tips?
>>
>>53483795
the style is known as curses/ncurses, so look for "windows ncurses interface <name of language you want here>"
>>
>>53483916
Cool!
Thread replies: 25
Thread images: 5

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.