• UK users: Due to a formal investigation into this site by Ofcom under the UK Online Safety Act 2023, we strongly recommend using a trusted, no-logs VPN. This will help protect your privacy, bypass censorship, and maintain secure access to the site. Read the full VPN guide here.

  • Hey Guest,

    Today, OFCOM launched an official investigation into Sanctioned Suicide under the UK’s Online Safety Act. This has already made headlines across the UK.

    This is a clear and unprecedented overreach by a foreign regulator against a U.S.-based platform. We reject this interference and will be defending the site’s existence and mission.

    In addition to our public response, we are currently seeking legal representation to ensure the best possible defense in this matter. If you are a lawyer or know of one who may be able to assist, please contact us at admin@sanctioned-suicide.net.

    Read our statement here:

    Donate via cryptocurrency:

    Bitcoin (BTC): 34HyDHTvEhXfPfb716EeEkEHXzqhwtow1L
    Ethereum (ETH): 0xd799aF8E2e5cEd14cdb344e6D6A9f18011B79BE9
    Monero (XMR): 49tuJbzxwVPUhhDjzz6H222Kh8baKe6rDEsXgE617DVSDD8UKNaXvKNU8dEVRTAFH9Av8gKkn4jDzVGF25snJgNfUfKKNC8
141592653

141592653

TW She/Her
Aug 9, 2020
119
Hey !
I'll have acces to the soon. Somebody has already tried it? It is initially used to boost horses for races. Just wanna have some feedback before trying ;)
 
  • Like
Reactions: puppy9
almost_dead

almost_dead

Arcanist
Aug 7, 2020
465
Code:
#include "stdio.h"

int main () {

int i_array[] = {1,2,3,4,0,0,0,0,0,0} ;
int n_array[] = {0,0,0,0,0,0,0,0,0,0} ;

int *i = &i_array[0] ;
int *n = &n_array[0] ;

printf ( "before 'while' :\t arrays are :\n" );
printf ( " i_array[]\t{%d,%d,%d,%d,.....}\n",i_array[0],i_array[1],i_array[2],i_array[3] );
printf ( " n_array[]\t{%d,%d,%d,%d,.....}\n",n_array[0],n_array[1],n_array[2],n_array[3] );

while (*n++=*i++) printf("%d\t%d\n",i,n);

printf ( "after 'while' :\t arrays are :\n" );
printf ( " i_array[]\t{%d,%d,%d,.....}\n",i_array[0],i_array[1],i_array[2],i_array[3] );
printf ( " n_array[]\t{%d,%d,%d,.....}\n",n_array[0],n_array[1],n_array[2],n_array[3] );

}
 
  • Love
Reactions: I_love_to_bake and 141592653
141592653

141592653

TW She/Her
Aug 9, 2020
119
This is a quick way to copy to arrays. It's clever and beautiful though, I don't see the link with Vincamine ^^
 

Similar threads

ItsyBitsyWeetard
Replies
39
Views
3K
Suicide Discussion
CatLvr
C
L
Replies
5
Views
666
Suicide Discussion
limpblahackregardin
L
Unbearable Mr. Bear
Replies
2
Views
189
Offtopic
Unbearable Mr. Bear
Unbearable Mr. Bear