![]() |
|
|
#12 | ||
|
"Mike"
Aug 2002
100000001000002 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#13 |
|
"Mike"
Aug 2002
25×257 Posts |
We have also "fixed" the YouTube tag. Previously, it only worked with Flash. Now it should work with HTML5. Please let us know if it is broken. Thanks!
![]() |
|
|
|
|
|
#14 |
|
"Mike"
Aug 2002
25·257 Posts |
[code][/code] tags:
Code:
#include <stdio.h>
#define SIZE (1 << 4)
int main()
{
int x, y, i;
for (y = SIZE - 1; y >= 0; y--, putchar('\n')) {
for (i = 0; i < y; i++) putchar(' ');
for (x = 0; x + y < SIZE; x++)
printf((x & y) ? " " : "* ");
}
return 0;
}
#include <stdio.h> #define SIZE (1 << 4) int main() { int x, y, i; for (y = SIZE - 1; y >= 0; y--, putchar('\n')) { for (i = 0; i < y; i++) putchar(' '); for (x = 0; x + y < SIZE; x++) printf((x & y) ? " " : "* "); } return 0; } |
|
|
|
|
|
#15 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
It all looks ok to me.
|
|
|
|
|
|
#16 |
|
Dec 2012
The Netherlands
2×23×37 Posts |
I avoid the YouTube tag because it tells Google which forum users read which threads. With an ordinary link, each user can decide whether to announce their interest to Google.
|
|
|
|
|
|
#17 |
|
"Brian"
Jul 2007
The Netherlands
7×467 Posts |
You've taught me a lot about privacy over the years. But in the case of trying to stop Google's snooping, I think the fig leaf gets blown away anyway the moment we venture anywhere.
|
|
|
|
|
|
#18 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
1075410 Posts |
Quote:
If I'm really concerned, I boot Tails in a VM. |
|
|
|
|
|
|
#19 |
|
"Brian"
Jul 2007
The Netherlands
7×467 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfaktc: potentially unsafe inline asm | Fredrik | GPU Computing | 9 | 2016-01-15 22:29 |
| How do you bypass YouTube ads? | Stargate38 | Lounge | 16 | 2013-02-20 22:46 |
| Why does GCC inline asm need a clobber list? | ewmayer | Programming | 60 | 2011-12-31 21:52 |
| YouTube | davieddy | Soap Box | 0 | 2011-01-10 03:27 |
| Spoiler and Center tags do not play well together | wblipp | Forum Feedback | 1 | 2008-02-03 19:39 |