[ create a new paste ] login | about

amix.pal

Name: amit pal
Email:
Site/Blog:
Location: india
Default language: C
Favorite languages: c
About:

Saved pastes by amix.pal:

C++, pasted on Jan 18:
1
2
3
4
5
#include <iostream.h>
using namespace std;

int main(){
int a=0;
...
view (34 lines, 5 lines of output)
Python, pasted on May 24:
1
2
3
4
5
{% load i18n widgets %}
<div id="dashboard_form">
	<form action="" method="POST" id="area-{{ widgets_area.pk }}-form">
		<p>New widget: 
			{% for field in dashboard_form %}
...
view (66 lines)
C, pasted on Jun 20:
1
2
3
4
5
<!DOCTYPE html>
<head>
    <script src="http://maps.google.com/maps?file=api&v=2&key=abcdefg" type="text/javascript"></script>

    <script language="javascript">
...
view (38 lines)
C, pasted on Jun 14:
1
2
3
4
5
#include<stdio.h>
enum {false,true};

int main()
{
...
view (15 lines, 1 line of output)