Original file (SVG file, naam kare ke khatir 512 × 384 pixels, file size: 141 KB)

Ii file Wikimedia Commons se aais hai aur duusra projects me bhi kaam me lawa jaae sake hai. Iske baare me aur jaankari file description page ke niche dekhawa jaae hai.

Sanchhipt me

Baare me
English: svg version of Omega squared.png by Gro-Tsen.
Taarik
Source Own work based on: Ordinal ww.svg
Likhe waala
Original:
Vector:
SVG genesis
InfoField
 
The SVG code is valid.
 
This vector image was created with unknown tool.

Java Source Code

// Author: Ika, Date: 08/04/2015 -->
// The following code can be used to generate the SVG image of ordinals \omega^2.
// Anyone can copy and revise this code without any copyright concern.

import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.PrintWriter;

public class Ordinal
{
	public static void main(String[] args)
	{
		try{
			File output = new File("ordinal_ww.svg");
			FileWriter fw = new FileWriter(output);
			PrintWriter pw = new PrintWriter(fw);
			
			pw.println("<?xml version=\"1.0\" standalone=\"no\"?>");
			pw.println("<!-- Author: Ika, Date: 08/04/2015 -->");
			pw.println("<!-- Anyone can copy and revise this code without any copyright concern. -->");
			pw.println("<svg width=\"512\" height=\"384\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">");
			pw.println("\n\t<g style=\"stroke:black; stroke-width:1\" >");
			// Draw the vertical lines...
			double magic_frac = 0.875;	// the length ratio between each pair of segments
			double min_l = 0.1;	// the least length of each segment
			double x=1.0, y=0.0, l=384.0;
			double L=l; // restored length after each loop
			do{
				do{
					pw.println("\t\t<path d=\"m"+x+" "+y+" v"+l+"\" />");
					x += l*(1-magic_frac)/6;
					y += l*(1-magic_frac)/2;
					l *= magic_frac;
				}while(l>min_l);
				l = L *= magic_frac;
				y = (384-l)/2;
			}while(L>min_l);
			
			pw.println("\t</g>");
			pw.println("\n</svg>");
			
			fw.close();
		}
		catch (Exception e){}
	}
}

Licence ke baare me

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • share kare ke khaatir – to copy, distribute and transmit the work
  • to remix – to adapt the work
II condition ke niiche:
  • attribution – Aap ke thiik credit de ke chaahi, licence pe jorr de ke chaahi, aur badlao ke dekhae ke chaahi. Aap iske koi reasonable manner me kare saktaa hai lekin aise nai ki lage ki licensor aap ke, nai to aap ke kaam ke endorse kre hai
  • share alike – Agar aap milaata hai, badaltaa hai, nai to material pe jorrtaa hai, tab aap ke aapan yogdaan ke same or compatible license ke niche baate kare kae chaaahi.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts English

copyrighted English

inception English

4 August 2015

File ke itihaas

File ke dekhe khatir, jaise uu time dekhe me lagat rahaa, date/time pe click karo.

Din/TimeChhota chapaLambai aur chauraiSadasyaTiprrin
abhi waala09:22, 4 August 201509:22, 4 August 2015 waala version ke chhota chapa512 × 384 (141 KB)IkamusumeFanUser created page with UploadWizard

Ii file ke koi panna kaam me nai laae hai.

Global file usage

Ii aur duusra wiki ii file ke use kare hai:

Metadata