All public logs
Jump to navigation
Jump to search
Combined display of all available logs of CSE231 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 17:04, 27 February 2023 Cosgroved talk contribs uploaded a new version of File:Cards MapAllResult.svg
- 17:01, 27 February 2023 Cosgroved talk contribs created page File:Cards MapAllResult.svg
- 17:01, 27 February 2023 Cosgroved talk contribs uploaded File:Cards MapAllResult.svg
- 18:17, 23 February 2023 Cosgroved talk contribs created page Template:TreeMapLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/TreeMap.html class TreeMap<K,V>]")
- 18:16, 23 February 2023 Cosgroved talk contribs created page Template:EnumMapLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/EnumMap.html class EnumMap<K extends Enum<K>,V>]")
- 18:15, 23 February 2023 Cosgroved talk contribs created page Template:HashMapLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/HashMap.html class HashMap<K,V>]")
- 18:15, 23 February 2023 Cosgroved talk contribs created page Template:ListAddLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/List.html#add(E) list.add(item)]")
- 17:19, 23 February 2023 Cosgroved talk contribs created page Template:LinkedListDoc (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/LinkedList.html class LinkedList<E>]")
- 17:19, 23 February 2023 Cosgroved talk contribs created page Template:ArrayListDoc (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/ArrayList.html class ArrayList<E>]")
- 17:03, 23 February 2023 Cosgroved talk contribs created page Template:SummingIntEfficientAccumulatorCombinerReducerLink (Created page with "[https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/mapreduce/apps/reducer/summingint/efficient/exercise/SummingIntEfficientAccumulatorCombinerReducer.h...")
- 17:02, 23 February 2023 Cosgroved talk contribs created page Template:SummingIntClassicReducerLink (Created page with "[https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/mapreduce/apps/reducer/summingint/classic/exercise/SummingIntClassicReducer.html class SummingIntCla...")
- 17:02, 23 February 2023 Cosgroved talk contribs created page Template:ClassicReducerLink (Created page with "[https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/mapreduce/apps/reducer/classic/exercise/ClassicReducer.html abstract class ClassicReducer<V,R>]")
- 17:00, 23 February 2023 Cosgroved talk contribs created page Template:MapReduceFrameworkLink (Created page with "[https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/mapreduce/core/MapReduceFramework.html interface MapReduceFramework<E,K,V,A,R>]")
- 16:19, 23 February 2023 Cosgroved talk contribs created page Template:AccumulatorCombinerReducerLink (Created page with "[https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/mapreduce/core/AccumulatorCombinerReducer.html interface AccumulatorCombinerReducer<V,A,R>]")
- 15:48, 23 February 2023 Cosgroved talk contribs created page Template:CollectorLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/stream/Collector.html interface Collector<T,A,R>]")
- 15:47, 23 February 2023 Cosgroved talk contribs created page Collector Rosetta Stone (Created page with "The {{CollectorLink}} serves the standard [http://www.oracle.com/technetwork/articles/java/ma14-java-se-8-streams-2177646.html Java streams framework] for MapReduce-like tasks...")
- 16:01, 21 February 2023 Cosgroved talk contribs created page Template:Alert (Created page with "<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b32424 solid;padding:0.5em;background-color: #fee7e6"> <tr><td n...")
- 15:58, 21 February 2023 Cosgroved talk contribs created page Template:Requirements2 (Created page with "<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #C0C0C0 solid;padding:0.5em;background-color: #e7e7be"> <tr><td>'...")
- 15:47, 21 February 2023 Cosgroved talk contribs moved page Template:Requirements to Template:Requirements4 without leaving a redirect
- 15:23, 21 February 2023 Cosgroved talk contribs created page Template:Requirements (Created page with "<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #C0C0C0 solid;padding:0.5em;background-color: #e7e7be"><tr><td no...")
- 03:48, 20 February 2023 Cosgroved talk contribs moved page Int Sum MapReduce Apps Studio to MapReduce Mapper Assignment
- 17:51, 16 February 2023 Cosgroved talk contribs moved page Higher-order Function Map Assignment to Higher-order Functions Map And Reduce Assignment
- 17:31, 16 February 2023 Cosgroved talk contribs created page Template:Requirement (Created page with "<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b32424 solid;padding:0.5em;background-color: #fee7e6"><tr><td no...")
- 17:17, 16 February 2023 Cosgroved talk contribs created page SmearHashFunction (Created page with "{{CodeToInvestigate|hash.core|applyAsInt|SmearHashFunction|main}} <syntaxhighlight lang="java"> public final class SmearHashFunction<K> implements ToIntFunction<K> { priv...")
- 16:12, 16 February 2023 Cosgroved talk contribs created page Template:ToIntFunctionApplyAsIntLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/function/ToIntFunction.html#applyAsInt(T) function.applyAsInt(x)]")
- 16:12, 16 February 2023 Cosgroved talk contribs created page Template:ToIntFunctionLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/function/ToIntFunction.html ToIntFunction<T>]")
- 16:11, 16 February 2023 Cosgroved talk contribs created page Template:ToIntFunctionWithMethodLinks (Created page with "interface {{ToIntFunctionLink}} : {{ToIntFunctionApplyAsIntLink}}")
- 16:07, 16 February 2023 Cosgroved talk contribs created page Template:MapEntrySetValueLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.Entry.html#setValue(V) entry.setValue(value)]")
- 16:06, 16 February 2023 Cosgroved talk contribs created page Template:MapEntryGetValueLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.Entry.html#getValue() entry.getValue()]")
- 16:06, 16 February 2023 Cosgroved talk contribs created page Template:MapEntryGetKeyLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.Entry.html#getKey() entry.getKey()]")
- 16:06, 16 February 2023 Cosgroved talk contribs created page Template:MapEntryLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.Entry.html Map.Entry<K,V>]")
- 16:04, 16 February 2023 Cosgroved talk contribs created page Template:MapEntryWithMethodLinks (Created page with "interface {{MapMatryLink}} : {{MapEntryGetKeyLink}} : {{MapEntryGetValueLink}} : {{MapEntrySetValueLink}}")
- 16:00, 16 February 2023 Cosgroved talk contribs created page Template:MapEntrySetLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.html#entrySet() map.entrySet()]")
- 15:59, 16 February 2023 Cosgroved talk contribs created page Template:MapComputeLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.html#compute(K,java.util.function.BiFunction) map.compute(key, remappingFunction)]")
- 15:58, 16 February 2023 Cosgroved talk contribs created page Template:MapComputeIfAbsentLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.html#computeIfAbsent(K,java.util.function.Function) map.computeIfAbsent(key, mappingFunction)]")
- 15:56, 16 February 2023 Cosgroved talk contribs created page Template:MapWithMethodLinks (Created page with "class {{MapLink}} : {{MapGetLink}} : {{MapPutLink}} : {{MapComputeIfAbsentLink}} : {{MapComputeLink}} : {{MapEntrySetLink}}")
- 15:52, 16 February 2023 Cosgroved talk contribs created page Template:MapGetLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.html#get(java.lang.Object) map.get(key)]")
- 15:35, 16 February 2023 Cosgroved talk contribs created page Template:MapPutLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.html#put(K,V) map.put(key, value)]")
- 15:34, 16 February 2023 Cosgroved talk contribs created page Template:MapLink (Created page with "[https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Map.html Map<K, V>]")
- 20:08, 15 February 2023 Cosgroved talk contribs moved page Hash Table Assignment to Not Thread Safe Hash Table Assignment
- 04:49, 10 February 2023 Cosgroved talk contribs created page Template:CollapsibleConsole (Created page with "{| class="mw-collapsible wikitable" style="width: 95%;" ! style="text-align:left;" | {{{msg|{{{1|Output}}}}}} |- | style="padding: 0px;style="background: #000;color:#ff...")
- 17:33, 7 February 2023 Cosgroved talk contribs created page File:Intellij reload from disk.png
- 17:33, 7 February 2023 Cosgroved talk contribs uploaded File:Intellij reload from disk.png
- 17:32, 7 February 2023 Cosgroved talk contribs created page File:Intellij maven reload project.png
- 17:32, 7 February 2023 Cosgroved talk contribs uploaded File:Intellij maven reload project.png
- 05:39, 3 February 2023 Cosgroved talk contribs created page Template:HsvImageWithMethodLinks (Created page with "interface [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/image/HsvImage.html HsvImage] : [https://www.cse.wustl.edu/~dennis.cosgr...")
- 05:33, 3 February 2023 Cosgroved talk contribs created page Template:PixelFilterWithApplyLinks (Created page with "interface [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/pixelfilter/PixelFilter.html PixelFilter] extends [https://docs.oracle.c...")
- 05:23, 3 February 2023 Cosgroved talk contribs created page Template:HsvColorWithMethodLinks (Created page with "class [https://www.cse.wustl.edu/~dennis.cosgrove/courses/cse231/current/apidocs/edu/wustl/cse231s/color/HsvColor.html HsvColor] : [https://www.cse.wustl.edu/~dennis.cosgrove/...")
- 05:08, 3 February 2023 Cosgroved talk contribs created page Template:CollapsibleYouTube (Created page with "{| class="mw-collapsible wikitable" style="width: 400px;" ! style="text-align:left;" | {{{msg|{{{1|}}}}}} |- | <youtube>{{{msg|{{{2|}}}}}}</youtube> |}")
- 05:00, 3 February 2023 Cosgroved talk contribs created page Template:CollapsibleCode (Created page with "{| class="mw-collapsible wikitable" style="width: 95%;" ! style="text-align:left;" | {{{1|}}} |- | <pre>{{{2|}}}</pre> |}")