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

So /g/ who wants to write a program? I'll start #include

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 19
Thread images: 1

File: 1472173052219.png (116KB, 1515x663px) Image search: [Google]
1472173052219.png
116KB, 1515x663px
So /g/ who wants to write a program? I'll start
#include <stdio.h>

main() {
printf("Poos need not apply");
>>
*NULL;
>>
return 0;
}
>>
class OP {
>>
>>56496099
Stupid fuck
>>
>>56496099
public static boolean isGay = true;
>>
>>56495981
wonderful, another fantastic thread in the can! See you all in the next one!
>>
>>56496099
Oh, this is C, not C++ my bad
>>
#define PROXY_IF_SANDBOXED(_call)                 \
do { \
if (InSandbox()) { \
if (!hal_sandbox::HalChildDestroyed()) { \
hal_sandbox::_call; \
} \
} else { \
hal_impl::_call; \
} \
} while (0)

#define RETURN_PROXY_IF_SANDBOXED(_call, defValue)\
do { \
if (InSandbox()) { \
if (hal_sandbox::HalChildDestroyed()) { \
return defValue; \
} \
return hal_sandbox::_call; \
} else { \
return hal_impl::_call; \
} \
} while (0)

namespace mozilla {
namespace hal {

PRLogModuleInfo *
GetHalLog()
{
static PRLogModuleInfo *sHalLog;
if (!sHalLog) {
sHalLog = PR_NewLogModule("hal");
}
return sHalLog;
}

namespace {

void
AssertMainThread()
{
MOZ_ASSERT(NS_IsMainThread());
}

bool
InSandbox()
{
return GeckoProcessType_Content == XRE_GetProcessType();
}

void
AssertMainProcess()
{
MOZ_ASSERT(GeckoProcessType_Default == XRE_GetProcessType());
}

bool
WindowIsActive(nsIDOMWindow *window)
{
NS_ENSURE_TRUE(window, false);

nsCOMPtr<nsIDOMDocument> doc;
window->GetDocument(getter_AddRefs(doc));
NS_ENSURE_TRUE(doc, false);

bool hidden = true;
doc->GetHidden(&hidden);
return !hidden;
}

StaticAutoPtr<WindowIdentifier::IDArrayType> gLastIDToVibrate;

void InitLastIDToVibrate()
{
gLastIDToVibrate = new WindowIdentifier::IDArrayType();
ClearOnShutdown(&gLastIDToVibrate);
}

} // anonymous faggot namespace

>>
>>56496177
fucking Google does it again!
>>
if (version.startsWith("
>>
>>56495833
sed 's/Poo.*/ I'm afraid of people with a lot less privileged enviroment/g
>>
>>56497145
>I'm afraid of people with a lot less privileged enviroment IN LOO
>>
>>56497390

}
}

class Navigation{
public void backToTop();
public void refresh(a);
}
//But what is the purpose of this code?
//What is the purpose of your life?
>>
import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.text.method.LinkMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.TextView;

public class AboutDialogFragment extends DialogFragment {

TextView textView;

@Override
public Dialog onCreateDialog(Bundle savedInstanceState) {

// Use the Builder class for convenient dialog construction
AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());

// Get the layout inflater
final LayoutInflater inflater = getActivity().getLayoutInflater();

// Inflate and set the layout for the dialog
// Pass null as the parent view because its going in the dialog layout
final View view = inflater.inflate(R.layout.fragment_dialogs, null);

builder.setView(view)
.setTitle(R.string.dialog_about_title)
.setPositiveButton(R.string.action_close, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int id) {}
});

textView = (TextView) view.findViewById(R.id.dialogMessage);
textView.setText(R.string.dialog_about_message);
textView.setMovementMethod(LinkMovementMethod.getInstance());


// reply to this post or your mother dies in her sleep tonight
}
}
>>
      WriteLn(FloatToStr(0.1 + 0.2));
>>
ping () top_secret_nsa_server;
>>
del anonyfag.c
start vs_2015.exe
>>
>>56497390
. means any character
* is wildcard
it replace the rest of the line
I missed a ending ' btw
Thread posts: 19
Thread images: 1


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

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
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.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.