This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO:birdwatch.runner:scorer python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] | |
INFO:birdwatch.runner:scorer pandas version: 2.2.2 | |
INFO:birdwatch.runner:beginning scorer execution | |
INFO:birdwatch.process_data:Timestamp of latest rating in data: 2025-01-12 01:03:22.523000 | |
INFO:birdwatch.process_data:Timestamp of latest note in data: 2025-01-12 01:02:59.773000 | |
CONCAT ERROR(S) AT: /home/ubuntu/communitynotes/sourcecode/scoring/note_status_history.py, in merge_note_info, at line 31: newNoteStatusHistory = oldNoteStatusHistory.merge( | |
PandasTypeError: Type expectation mismatch on noteId: found=float64 expected=int64 | |
PandasTypeError: Type expectation mismatch on noteId: found=float64 expected=int64 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python3 main.py -e ../input/userEnrollment-00000.tsv -n ../input/notes-00000.tsv -r ../input/ratings -s ../input/noteStatusHistory-00000.tsv -o ../output --seed 0 --parallel | |
INFO:birdwatch.runner:scorer python version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] | |
INFO:birdwatch.runner:scorer pandas version: 2.2.2 | |
INFO:birdwatch.runner:beginning scorer execution | |
INFO:birdwatch.process_data:Timestamp of latest rating in data: 2025-01-04 01:01:21.258000 | |
INFO:birdwatch.process_data:Timestamp of latest note in data: 2025-01-04 01:01:14.426000 | |
CONCAT ERROR(S) AT: /home/ubuntu/communitynotes/sourcecode/scoring/note_status_history.py, in merge_note_info, at line 31: newNoteStatusHistory = oldNoteStatusHistory.merge( | |
PandasTypeError: Type expectation mismatch on noteId: found=float64 expected=int64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface IShape {} | |
class Shape implements IShape {} | |
// Option A | |
interface IShapeFactory { | |
create(): Shape; | |
} | |
// Option B | |
interface IShapeFactory { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@GrabResolver(name='xuggle', root='http://xuggle.googlecode.com/svn/trunk/repo/share/java/') | |
@Grab( 'xuggle:xuggle-xuggler:5.2' ) | |
import javax.imageio.ImageIO; | |
import java.io.File; | |
import java.awt.image.BufferedImage; | |
import com.xuggle.xuggler.Global; | |
import com.xuggle.xuggler.IContainer; | |
import com.xuggle.xuggler.IPacket; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Grab( 'commons-io:commons-io:2.1' ) | |
import org.apache.commons.io.FilenameUtils | |
// filename of video | |
def filename = this.args[0] | |
// base of filename | |
def basename = FilenameUtils.getBaseName(filename) | |
// width of final strip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# | |
# Migration Tool for Redmine issue and time entry comments from SVN revisions to Git (i.e. r1234 => commit:abcdef789) | |
# ============================== | |
# (c) 2009 Christoph Olszowka & Sebastian Georgi, Capita Unternehmensberatung | |
# | |
# We used this when we migrated two of our main repositories from svn to git (see http://gist.github.com/139478) | |
# and wanted to have our revision links in Redmine reflect that change, too. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, Danilo Tuler, have read and do accept the MuleSoft Contributor Agreement | |
at http://www.mulesoft.org/legal/contributor-agreement.html | |
Accepted on Mon Jul 28 2014 21:06:00 GMT-0300 (BRT) |