Difference between revisions of "Sandbox"

From Heureka Wiki
Sandbox
Jump to navigation Jump to search
 
(302 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="wikitable" style="margin: 1em auto 1em auto"
+
{{DISPLAYTITLE:sandbox}}
|+ '''Cells left-aligned, table centered'''
 
! Duis || aute || irure
 
|-
 
| dolor  || in reprehenderit || in voluptate velit
 
|-
 
| esse cillum dolore || eu fugiat nulla || pariatur.
 
|}
 
  
__NOTOC__ __NOEDITSECTION__
+
<syntaxhighlight lang="python" line='line'>
{| class="wikitable" style="width:100%; " cellpadding="5" border="1px solid"
+
def quickSort(arr):
|-valign="top" height="200" style="vertical-align: top; height=200; "
+
less = []
|width="40%" |
+
pivotList = []
<div style="background: #F7F7F7; border: 1px solid #999999; padding: 1em; ">
+
more = []
==About Heureka==
+
if len(arr) <= 1:
{{:About_Heureka}}
+
return arr
|width="30%" |
+
else:
</div>
+
pass
<div style="background: #FFFFFF; border: 1px solid #999999; ">
+
</syntaxhighlight>
<span style="float: right; padding: 1em; ">
+
 
<!--<div style="float: right; background: #F7F7F7; padding: 1em; "> -->
+
<!--
{{#ask:[[Newsdate::+]] |
+
{{#ask:
sort=newsdate|
+
  [[Category:Variables]]
order=desc|
+
  | ?VariableUnit = Unit
format=rss|
+
  | ?VariableDescription = Description
searchlabel= RSS|
+
  | mainlabel = Name
rsstitle=Heureka MediaWiki|
 
rssdescription=News from Heureka
 
}}[[Image:Feed_icon.png]]
 
</span>
 
<!--</div> -->
 
<!--<div style="background: #F7F7F7; border: 1px solid #999999; padding: 1em; "> -->
 
<div style="background: #f9f9f9; border: 1px solid #999999; ">
 
'''News'''
 
</div>
 
<div style="background: #FFFFFF; padding: 1em; ">
 
{{#ask:[[Category:News]] [[newsdate::+]]|
 
?newsdate=|
 
sort=newsdate|
 
order=desc|
 
limit=5|
 
format=template|
 
template=news list|
 
searchlabel= <br />older news &hellip;
 
}}
 
</div>
 
|height="200px"|
 
<div style="background: #F7F7F7; padding: 1em; ">
 
<div style="float: right; ">
 
{{#ask:[[Newsdate::+]] |
 
sort=newsdate|
 
order=desc|
 
format=rss|
 
searchlabel= RSS|
 
rsstitle=Heureka MediaWiki|
 
  rssdescription=Calender for Heureka
 
}}[[Image:Feed_icon.png]]
 
</div>
 
== Calendar ==
 
{{#ask:[[Category:Calendar]] [[calendardate::>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}}]]|
 
  ?calendardate=|
 
  sort=calendardate|
 
order=asc|
 
limit=5|
 
default=none|
 
format=template|
 
  template=news list|
 
searchlabel= <br />all activities (including past) &hellip;
 
 
}}
 
}}
</div>
+
-->
|}
 
  
 +
==Bug fixed since version 2.8.0==
 +
<mantis>
 +
status = resolved, closed
 +
fixed_in_version = 2.9.3
 +
show = id,category, summary, fixed_in_version, updated, resolution
 +
</mantis>
  
 
+
English [[Image:Feed-icon.png]]
 
+
{{#ask:[[Category:Release]] [[newsdate::+]]
<div style="float: left; width: 33%">
+
|?newsdate=
* Info for first column
+
|sort=newsdate
More info for first column
+
|order=desc
</div><div style="float: left; width: 33%">
+
|date=newsdate
* Info for second column
+
|format=feed
More info for second column
+
|type=rss
</div><div style="float: left; width: 33%">
+
|searchlabel= RSS
*Info for third column
+
}}
More info for third column
+
-->
</div>
 
 
 
 
 
;Term 1: förklaring term 1
 
;Term 2: förklaring term2
 
 
 
#pkt1
 
##pkt 1.2
 
#: fortsätter föregående
 
#pkt2
 

Latest revision as of 15:32, 6 December 2017


1def quickSort(arr):
2	less = []
3	pivotList = []
4	more = []
5	if len(arr) <= 1:
6		return arr
7	else:
8		pass


Bug fixed since version 2.8.0

Id Category Summary Fixed_in_version Updated Resolution
0000160 Map Exception when exporting result map 2.9.3 2017-12-06 fixed
0000155 Report generator Add height class diagram type to StandWise 2.9.3 2017-12-06 fixed
0000159 TPG NC-areas created during rerun of simulation do not get added to the optimization 2.9.3 2017-12-06 fixed
0000158 Map plugins Plugin for creating varying-width bufferzones based on water protection classification gives unexpected results 2.9.3 2017-12-06 fixed
0000162 TPG DeadWoodData initial distribution incorrectly calculated 2.9.3 2017-12-06 fixed
0000156 Report generator Improve design of histograms in StandWise 2.9.3 2017-12-06 fixed
0000163 Other Excel process remains running after program is closed 2.9.3 2017-12-06 fixed


English Feed-icon.png RSS -->