MCPcopy Create free account

hub / github.com/ActiveState/code / functions

Functions29,190 in github.com/ActiveState/code

↓ 27 callersMethoddecode
Decode encrypted message and display plain-text in output.
recipes/Python/578076_Markov/recipe-578076.py:233
↓ 27 callersMethodget
(self, **kwargs)
recipes/Python/578908_PythAsciiColor_video/recipe-578908.py:41
↓ 27 callersMethodinsert
(self, data, index=None)
recipes/Python/580794_Simple_multicolumn_listbox/recipe-580794.py:82
↓ 27 callersMethoditeritems
od.iteritems() -> an iterator over the (key, value) items of od
recipes/Python/577826_Yet_Another_Ordered_Dictionary/recipe-577826.py:233
↓ 27 callersMethodkeys
(self)
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:161
↓ 27 callersMethodlog
Log when a file is un/watched
recipes/Python/577968_Log_watcher_tail_F_log/recipe-577968.py:100
↓ 27 callersMethodpop
(self)
recipes/Python/164901_Simplified_Interface_Framework/recipe-164901.py:131
↓ 27 callersMethodprintln
(self, message)
recipes/Python/576609_Noninvasive_Dependency_Injection/recipe-576609.py:140
↓ 27 callersMethodquit
Quit Terminates manipulations in the block world.
recipes/Python/361168_Vpython_example/recipe-361168.py:105
↓ 27 callersMethodread
Can be a single or a list of registry paths. When multiple registry keys are read, options and values are overwritten in a FIFO
recipes/Python/335817_RegConfig__Use_registry/recipe-335817.py:114
↓ 27 callersFunctionstrftime
(dt, fmt)
recipes/Python/306860_proleptic_Gregoridates_strftime_before/recipe-306860.py:34
↓ 27 callersMethodwrite
(self, *args)
recipes/Python/576663_Templite/recipe-576663.py:85
↓ 27 callersMethodwrite
Buffer the input, then send as many bytes as possible
recipes/Python/259148_Simple_HTTP_server_based/recipe-259148.py:68
↓ 26 callersMethodSetValue
(self, row, col, value)
recipes/Python/580623_New_VersiGUI_PDF_Table_Contents_Editor_using/recipe-580623.py:175
↓ 26 callersMethod__init__
(self, master, ID=None, **kwargs)
recipes/Python/580729_Metro_UI_Tkinter/recipe-580729.py:167
↓ 26 callersFunction_print
(fmt, *args)
recipes/Python/544288_Size_of_Python_objects/recipe-544288.py:347
↓ 26 callersMethodappend
(self,val)
recipes/Python/476225_very_poor_mans_xml_parser/recipe-476225.py:91
↓ 26 callersMethodclose
Ends the generator. Does this by setting __flag to both close the current file and end the generator.
recipes/Python/112506_fileinput_as_a_generator/recipe-112506.py:65
↓ 26 callersMethoddecode
(self, n)
recipes/Python/576918_Python_Short_URL_Generator/recipe-576918.py:73
↓ 26 callersMethodencode
(self)
recipes/Python/496982_Render_farm_script/recipe-496982.py:432
↓ 26 callersMethodexecute
The TM will keep stepping forever until the TM accepts or rejects. This does allow for looping TM's
recipes/Python/252486_Turing_Machine_Simulator/recipe-252486.py:140
↓ 26 callersFunctionf
Pass in x (a scalar or vector) and pass in c (a vector) and this function will compute f(x) = x**n + c(n-1)*x**(n-1) ... + c(1)*x + c(0)
recipes/Python/576501_Polynomial_explorer/recipe-576501.py:8
↓ 26 callersMethodgetName
(self)
recipes/Python/580811_Uno_TextBased/recipe-580811.py:99
↓ 26 callersMethodjoin
Usage: elt.join(iterable) returns list of elements from iterable separated by elt Example: xml('html', xml('body', *xml(
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:187
↓ 26 callersMethodpack
(self)
recipes/Python/576834_Interrogating_linux_devusbhiddev0/recipe-576834.py:23
↓ 26 callersMethodpop
(self, default=EOF)
recipes/Python/577397_TRAC_Interpreter__Class_Stack/recipe-577397.py:17
↓ 26 callersMethodpopleft
(self)
recipes/Python/577025_LoggingWebMonitor__central_logging_server/recipe-577025.py:67
↓ 26 callersMethodsetdefault
Behaves like standard dict.setdefault, but uses value in _default attribute if no default parameter specified. >>> dd = DefDict(defa
recipes/Python/579113_defdict/recipe-579113.py:152
↓ 26 callersMethodshuffle
(self)
recipes/Python/578179_War_Card_Game_Simulation/recipe-578179.py:115
↓ 26 callersMethodsize
returns # of rows and columns
recipes/Python/52275_sparse_dictionary_based_sparse_matrix/recipe-52275.py:25
↓ 26 callersMethodtext
Read-only text (from the verse) property.
recipes/Python/577044_Bible_Verse_Quiz__versepy/recipe-577044.py:81
↓ 25 callersMethodGetValue
(self, opt,cV,aV)
recipes/Python/577238_CommLine_Options_Args_Hateem_Me/recipe-577238.py:143
↓ 25 callersMethodclose
(self)
recipes/Python/576821_PythIProgressDialog/recipe-576821.py:116
↓ 25 callersFunctionfind
(root, selector, callback, async=True)
recipes/Python/580738_Tkinter_selectors/recipe-580738.py:283
↓ 25 callersMethodinc
(self)
recipes/Python/578373_EZ_DDX_COW/recipe-578373.py:24
↓ 25 callersMethoditems
(self)
recipes/Python/578147_Stack_Environment/recipe-578147.py:112
↓ 25 callersMethodjoin
(self)
recipes/Python/473881_splitandjoinpy/recipe-473881.py:52
↓ 25 callersMethodjoin
Stop the thread
recipes/Python/65448_Thread_Control_Idiom/recipe-65448.py:41
↓ 25 callersMethodlookahead
(self)
recipes/Python/578138_gprof2dotpy/recipe-578138.py:644
↓ 25 callersMethodmain
(cls, width, height)
recipes/Python/577365_MineSweep/recipe-577365.py:11
↓ 25 callersMethodmatch
(self,value)
recipes/Python/440499_switch_replacement_method_long_ifelse/recipe-440499.py:22
↓ 25 callersFunctiono
(msg)
recipes/Python/576503_Linux_Terminal_Color_Setter/recipe-576503.py:11
↓ 25 callersMethodput
Send a raw message to NXT payload -- bytes to send box -- 1 to 10, which mail box on NXT to place message in
recipes/Python/498085_Lego_Mindstorms_Bluetooth/recipe-498085.py:75
↓ 25 callersMethodput
(self, n)
recipes/Python/577661_Retrieving_mediset_constant/recipe-577661.py:17
↓ 25 callersMethodreader
Return an acquired read lock.
recipes/Python/413393_Multiplereaderonewriter_MROW_resource/recipe-413393.py:46
↓ 25 callersMethodstart
(self)
recipes/Python/521885_pythonic/recipe-521885.py:15
↓ 25 callersMethodupdate
(self, ratio)
recipes/Python/492230_progressbarpy/recipe-492230.py:26
↓ 25 callersMethodwrite
(self, buf)
recipes/Python/502293_Hexdump_portforwarding_network_proxy/recipe-502293.py:54
↓ 24 callersMethodappend
(self, obj)
recipes/Python/286192_Table_objects__operations_SQLlike/recipe-286192.py:20
↓ 24 callersMethodcolumn
(self, index, data=None)
recipes/Python/580786_Tkinter_table/recipe-580786.py:181
↓ 24 callersMethodencode
(self, n)
recipes/Python/576918_Python_Short_URL_Generator/recipe-576918.py:65
↓ 24 callersMethodfilter
(self, record)
recipes/Python/577731_Simple_creaticonfiguratiinstallatilogging/recipe-577731.py:8
↓ 24 callersMethodflush
(self)
recipes/Python/577442_logging_support/recipe-577442.py:20
↓ 24 callersMethodget
Returns the first possible value without order of calling the function.
recipes/Python/577915_Future_decorator_pretty_pythonic/recipe-577915.py:47
↓ 24 callersMethodget
(self, var, row)
recipes/Python/576809_Python_reader_for_SPSS_por_files/recipe-576809.py:72
↓ 24 callersMethodinc
(self)
recipes/Python/578372_COW_with_DDX/recipe-578372.py:24
↓ 24 callersMethodlisten
(self, backlog = socket.SOMAXCONN)
recipes/Python/577662_ASIO/recipe-577662.py:72
↓ 24 callersMethodload
Load the state of the entire Namespace tree structure.
recipes/Python/578195_Setting_Namespaces/recipe-578195.py:107
↓ 24 callersMethodlogin
(self, username, password)
recipes/Python/578203_pygmail_can_send_mail/recipe-578203.py:29
↓ 24 callersMethodnew
(cls, chars_used, chain_size)
recipes/Python/578135_Markov_EncryptiModule/recipe-578135.py:20
↓ 24 callersFunctionopen
(file=None, *args)
recipes/Python/576638_Draft_for_an_sqlite3_based_DBM/recipe-576638.py:126
↓ 24 callersMethodopen
(self)
recipes/Python/576551_Simple_Web_Crawler/recipe-576551.py:94
↓ 24 callersFunctionplot
()
recipes/Python/576871_Spline_demonstrator/recipe-576871.py:56
↓ 24 callersMethodprint_help
(self, line)
recipes/Python/576923_TwitterCmd__Interactive_console/recipe-576923.py:352
↓ 24 callersMethodresize
(self,event)
recipes/Python/578875_Analog_Clock/recipe-578875.py:159
↓ 24 callersMethodsetsockopt
(self, *args)
recipes/Python/577643_Transparent_HTTP_Tunnel_Pythsockets_be_used/recipe-577643.py:117
↓ 24 callersMethodsignal
( self, event )
recipes/Python/577701_A_flexible_state_machine_class/recipe-577701.py:16
↓ 24 callersMethodsqrt
(self,widget)
recipes/Python/576623_simple_pygtk_Calculator/recipe-576623.py:202
↓ 24 callersMethodvalues
(self)
recipes/Python/577515_interval_mapping/recipe-577515.py:231
↓ 24 callersMethodwritelines
(*args, **kwargs)
recipes/Python/578187_Calendar_Maker/recipe-578187.py:551
↓ 24 callersMethodwriter
Return an acquired write lock.
recipes/Python/413393_Multiplereaderonewriter_MROW_resource/recipe-413393.py:72
↓ 23 callersMethod_printf
Prints to sys.stdout or the configured stream if any is specified and if the file keyword argument is not already set in the **print3o
recipes/Python/546530_Size_of_Python_objects_revised/recipe-546530.py:1874
↓ 23 callersMethodappend
Adds an item to the list and checks it's a string.
recipes/Python/284569_caselessList/recipe-284569.py:73
↓ 23 callersMethodclose
Close connection.
recipes/Python/579076_Simple_Web_socket_client_implementatiusing/recipe-579076.py:55
↓ 23 callersMethodcommunicate
(self, data)
recipes/Python/578194_Distributed_lock_manager/recipe-578194.py:53
↓ 23 callersMethodempty
@return: True iff self is empty.
recipes/Python/576816_Interval/recipe-576816.py:90
↓ 23 callersMethodexp
(self)
recipes/Python/535164_Error_propagating_class_uncertanumeric/recipe-535164.py:87
↓ 23 callersMethodfetchone
(self)
recipes/Python/578906_PythDatabase_Interface_MS_SQL_Server__Pyth3/recipe-578906.py:153
↓ 23 callersMethodformat
(self,*args,**kwargs)
recipes/Python/578835_String_templates_adaptive/recipe-578835.py:47
↓ 23 callersMethodget
(self)
recipes/Python/578367_The_Easy_Cow/recipe-578367.py:19
↓ 23 callersMethodget
(self)
recipes/Python/578366_The_Normal_Cow/recipe-578366.py:19
↓ 23 callersMethodgetpixel
(int x,int y)
recipes/Java/577146_Moving_Plasma_Fractal_Applet/recipe-577146.java:23
↓ 23 callersMethoditems
(self)
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:165
↓ 23 callersMethodnext
(self)
recipes/Python/577196_Windowing_iterable/recipe-577196.py:13
↓ 23 callersMethodreadlines
(self, size = -1)
recipes/Python/499347_Automatic_explicit_file_close/recipe-499347.py:30
↓ 23 callersMethodrelease
(self)
recipes/Python/413393_Multiplereaderonewriter_MROW_resource/recipe-413393.py:155
↓ 23 callersMethodupdate
Updates with a new observation vector x. @param x: Next observation as a column vector (m x 1).
recipes/Python/577213_Incremental_PCA/recipe-577213.py:53
↓ 23 callersMethodwrite
(self, file, encoding="us-ascii", sortflag="default", sortcmp=None)
recipes/Python/576403_Arbitrary_order_attribute_writing/recipe-576403.py:655
↓ 22 callersMethod__build_mines
(self)
recipes/Python/577365_MineSweep/recipe-577365.py:90
↓ 22 callersMethod_replace
(self, text)
recipes/Python/577501_Convert_XML_files_structurally_equivalent/recipe-577501.py:31
↓ 22 callersMethodadd_item
(self,icon,tooltip,group=None)
recipes/Python/576614_palette_similar_GLADE_palette/recipe-576614.py:54
↓ 22 callersMethodbind
(self, event, handler)
recipes/Python/580794_Simple_multicolumn_listbox/recipe-580794.py:497
↓ 22 callersMethodclose
(self)
recipes/Python/578849_Reimplementatirmtree_supporting_Windows_reparse_/recipe-578849.py:153
↓ 22 callersMethodclose
(self)
recipes/Python/577926_ProgressBar_class/recipe-577926.py:27
↓ 22 callersFunctioncoordinate
(letter, number,notation)
recipes/Python/577719_Chess_Notation_Player/recipe-577719.py:34
↓ 22 callersFunctionexit
(message)
recipes/Python/577904_Convert_Audio_CD_track_iTunes/recipe-577904.py:10
↓ 22 callersMethodget
(self)
recipes/Python/576576_Thread_Pool/recipe-576576.py:22
↓ 22 callersMethodinvokeLater
(self, event)
recipes/Python/577662_ASIO/recipe-577662.py:319
↓ 22 callersMethodkeys
(self)
recipes/Python/52270_OrderedDictionary/recipe-52270.py:33
↓ 22 callersMethodnewline_and_write_indent
(self)
recipes/Python/498270_Yielding_out_nested_routines_metaclass/recipe-498270.py:73
← previousnext →401–500 of 29,190, ranked by callers