- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 150 for Bolin (0.27 sec)
-
AUTHORS
Charlie Garcia <******@****.***> Chase Adams <******@****.***> Cheng Lou <******@****.***> Chitharanjan Das <******@****.***> Chris <******@****.***> Chris Bolin <bolin******@****.***> Chris Grovers <******@****.***> Chris Ha <******@****.***> Chris Pearce <******@****.***> Chris Rebert <******@****.***> Chris Sciolla <******@****.***>
Plain Text - Registered: 2021-01-17 11:45 - Last Modified: 2017-09-27 09:24 - 41.5K bytes - Viewed (0) -
project_euler/problem_022/sol1.py
multiply this value by its alphabetical position in the list to obtain a name score. For example, when the list is sorted into alphabetical order, COLIN, which is worth 3 + 15 + 12 + 9 + 14 = 53, is the 938th name in the list. So, COLIN would obtain a score of 938 × 53 = 49714. What is the total of all the name scores in the file? """ import os def solution():
Python - Registered: 2021-01-21 19:18 - Last Modified: 2020-10-15 07:13 - 1.2K bytes - Viewed (0) -
project_euler/problem_022/sol2.py
multiply this value by its alphabetical position in the list to obtain a name score. For example, when the list is sorted into alphabetical order, COLIN, which is worth 3 + 15 + 12 + 9 + 14 = 53, is the 938th name in the list. So, COLIN would obtain a score of 938 × 53 = 49714. What is the total of all the name scores in the file? """ import os def solution():
Python - Registered: 2021-01-21 19:18 - Last Modified: 2020-10-15 07:13 - 1.1K bytes - Viewed (0) -
spring-aop/src/test/java/org/springframework/aop/support/ClassUtilsTests.java
import org.springframework.beans.testfixture.beans.TestBean; import org.springframework.util.ClassUtils; import static org.assertj.core.api.Assertions.assertThat; /** * @author Colin Sampaleanu * @author Juergen Hoeller * @author Rob Harrop * @author Rick Evans */ public class ClassUtilsTests { @Test public void getShortNameForCglibClass() { TestBean tb = new TestBean();
Java - Registered: 2021-01-19 18:42 - Last Modified: 2020-01-02 15:01 - 1.4K bytes - Viewed (0) -
doc/tutorial/statistical_inference/putting_together.rst
Gerhard_Schroeder 0.91 0.75 0.82 28 Donald_Rumsfeld 0.84 0.82 0.83 33 Tony_Blair 0.65 0.82 0.73 34 Colin_Powell 0.78 0.88 0.83 58 George_W_Bush 0.93 0.86 0.90 129 avg / total 0.86 0.84 0.85 282 Open problem: Stock Market Structure
Plain Text - Registered: 2021-01-01 09:24 - Last Modified: 2020-08-29 14:32 - 1.7K bytes - Viewed (0) -
spring-beans/src/main/java/org/springframework/beans/factory/ObjectFactory.java
* to be fed as an API to other beans (through injection). As such, the * {@code getObject()} method has different exception handling behavior. * * @author Colin Sampaleanu * @since 1.0.2 * @param <T> the object type * @see FactoryBean */ @FunctionalInterface public interface ObjectFactory<T> { /** * Return an instance (possibly shared or independent)
Java - Registered: 2021-01-19 18:42 - Last Modified: 2019-03-22 04:49 - 1.7K bytes - Viewed (0) -
runtime/ftplugin/asm.vim
Plain Text - Registered: 2021-01-18 09:55 - Last Modified: 2020-06-07 19:07 - 271 bytes - Viewed (0) -
model_cards/t5-3b-README.md
Other Community Checkpoints: [here](https://huggingface.co/models?search=t5) Paper: [Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer](https://arxiv.org/pdf/1910.10683.pdf) Authors: *Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, Peter J. Liu* ## Abstract
Plain Text - Registered: 2020-12-06 10:36 - Last Modified: 2020-07-22 15:38 - 1.8K bytes - Viewed (0) -
model_cards/t5-large-README.md
Other Community Checkpoints: [here](https://huggingface.co/models?search=t5) Paper: [Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer](https://arxiv.org/pdf/1910.10683.pdf) Authors: *Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, Peter J. Liu* ## Abstract
Plain Text - Registered: 2020-12-06 10:36 - Last Modified: 2020-07-22 15:38 - 1.8K bytes - Viewed (0) -
lib/docs/scrapers/gnuplot.rb
Plotting_styles.html Commands.html Contents.html Bugs.html Index.html ) options[:attribution] = <<-HTML Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley<br> Distributed under the <a href="https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright">gnuplot license</a> (rights to distribute modified versions are withheld). HTML
Ruby - Registered: 2021-01-18 07:15 - Last Modified: 2020-12-13 17:09 - 1.3K bytes - Viewed (0)